MorganGreylock
Programmer
After the user enters data on a form, I want them to then go to a page which lets them see what they've just entered, then gives them the option of 1) clicking the back button to make changes, or 2) clicking another button to actually submit the data. Heres my question:
When they click on the submit button to save the changes, is there a nice/clean/easy way to propagate all those fields (were talking in the 50's or so of number of fields) to go to the next (ie third) page without using a bunch of hidden input forms to resend the data out?
I was thinking that using session variables might work, but I don't have the time to change the current code to handle them, besides the fact that I don't know that much about session stuff yet...
Does anyone have any suggestions?
Thanks in advance
MG
When they click on the submit button to save the changes, is there a nice/clean/easy way to propagate all those fields (were talking in the 50's or so of number of fields) to go to the next (ie third) page without using a bunch of hidden input forms to resend the data out?
I was thinking that using session variables might work, but I don't have the time to change the current code to handle them, besides the fact that I don't know that much about session stuff yet...
Does anyone have any suggestions?
Thanks in advance
MG