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..
Split Form over 2 pages
Moderator: General Moderators
Re: Split Form over 2 pages
This is simple enough to do; you can post the first form to the page containing the second form.