Re: [php-list] Creating a form

2005-08-05 Thread Pete
In message <[EMAIL PROTECTED]>, Nick Vettese <[EMAIL PROTECTED]> writes >The problem is that when the final page comes, and >they hit the submit button, it only emails the last >page. Carry the info from P1 and P2 to P3 in sessions? >Also, a bonus quesiton... If I want to add an upload >for pi

Re: [php-list] Creating a form

2005-08-05 Thread James Keeline
--- Mike Franks <[EMAIL PROTECTED]> wrote: > I don't know of any way for a single form (the html > construct) to span pages. On page can have many forms, but no form can > physically span pages. Your technique is a good one and probably the most straightforward. There are other approaches whic

Re: [php-list] Creating a form

2005-08-05 Thread Mike Franks
On 8/5/2005, "Nick Vettese" <[EMAIL PROTECTED]> wrote: > > > >I am currently working on my site, and I have three forms for people to fill out, but I would rather have them fill out the forms in one shot. The problem is that when the final page comes, and they hit the submit button, it only emai

Re: [php-list] Creating a form

2005-08-05 Thread Wade Smart
08052005 1201 GMT-5 Nick, Im thinking you need to put everything from page one and two in either a cookie or a session variable and on the final page, recall that data and post it all in a email. Wade On Fri, 2005-08-05 at 07:56 -0700, Nick Vettese wrote: > I am currently working on my site, an

[php-list] Creating a form

2005-08-05 Thread Nick Vettese
I am currently working on my site, and I have three forms for people to fill out, but I would rather have them fill out the forms in one shot. The problem is that when the final page comes, and they hit the submit button, it only emails the last page. I am not using a DB at this time (that wi