Split Form over 2 pages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
webfeetdesign
Forum Newbie
Posts: 3
Joined: Tue Aug 16, 2011 11:17 am

Split Form over 2 pages

Post 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..
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Split Form over 2 pages

Post by Celauran »

This is simple enough to do; you can post the first form to the page containing the second form.
Post Reply