Member
Member
pask   19-09-2009, 14:01
#1

Hi all,

I'm using zen pages for my portfolio.
I have some unpublished page where i store data for my customer, so they are not visible on the slidebar.
I'd like to create a redirecting page with a simple form submit where people will enter their name and be redirected to www.mydomain/pages/customername

i've just started with puting this code as a begining into the bloc code :

Login :

I don't know where to go to find help, your help will be really appreciated ;-)
Tks !

Member
Member
sbillard   19-09-2009, 17:09
#2

Well, you need a submit button and a script for "some url" that processes the form submission and does the redirection.

Member
Member
pask   21-09-2009, 10:23
#3

Hi Sbillard, Tks.

i'm now with this code :

`

Administrator
Administrator
acrylian   21-09-2009, 10:53
#4

Why don't you use a get form to use action to jump to a page?

Member
Member
sbillard   21-09-2009, 17:08
#5

There could be several things that are wrong, But it might help if you tell us what happens. Otherwise anything we say is just speculation.

First, you cannot use the header redirection after a script has created any output.
Second, $_POST['nom'] may not exits thus throwing a PHP error.
Third, $_POST['nom'] might not be the permalink to the page.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.