Page 1 of 1

Split Form over 2 pages

Posted: Wed Feb 29, 2012 9:15 am
by webfeetdesign
Hi, I'm very new to PHP and wondering if the following can be done.

I want to add an email signup form on my home page which will grab the email address of the viewer. I then want the viewer to be taken to another page where they have to fill in a bigger form with other fields (Name, surname address etc..)

Is this a simple task or do sessions and cookies need to be used? I was thinking of just passing the variable from one field to another ut not sure if its that simple!
Many thanks in advance..

Re: Split Form over 2 pages

Posted: Wed Feb 29, 2012 9:20 am
by Celauran
This is simple enough to do; you can post the first form to the page containing the second form.