mmaz
Programmer
- Nov 22, 2000
- 347
Hi,
I have to write an application with 6 forms on 6 different pages. The user fills out the first form, then clicks on next and fills out the second form, clicks next and so on.
When all the forms are filled out, the user must have the option to go back to any of these forms and change any of the field values. Therefore, I need a way to save this information and pass it from page to page. What would be the best way to achieve this?
I had thought of an array in a session variable, but I'm not sure that would be the best option.
Any suggestions?
Thanks,
Marie
I have to write an application with 6 forms on 6 different pages. The user fills out the first form, then clicks on next and fills out the second form, clicks next and so on.
When all the forms are filled out, the user must have the option to go back to any of these forms and change any of the field values. Therefore, I need a way to save this information and pass it from page to page. What would be the best way to achieve this?
I had thought of an array in a session variable, but I'm not sure that would be the best option.
Any suggestions?
Thanks,
Marie