Split Form over 2 pages
Posted: Wed Feb 29, 2012 9:15 am
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..
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..