Hi gang... this is my first post on this forum... Nice to meet you all!!!
I'm in a bit of a conundrum... I'm trying to create a multiple page registration form wher a user inputs personal info and product/service info over 3 pages.
There is a fourth page that basically sums up the fields entered in the previous 3 pages to make sure the user didn't make any mistakes and that everything is peachy keen.
Originally I had a SESSION START on all the pages with:
-An INSERT script on page 1
-AN UPDATE script on page 2 (that looked up the user ID from the SESSION START in page 1)
-An UPDATE script on page three.
My issue is that on page 4, if they do have to make a change and have to go back to say page 1, that will create a conflict with the INSERT script...
So my question is, how can I "hold" the variables that the user inputs up until they submit the data from the confirmation page on page 4? That way, if they do go back and change stuff, it won't touch the database until they're happy with it and hit SUBMIT.
Thanks
