globalworlddesign -> passing info through forms (3/22/2001 19:21:00)
Hello everyone I know this is going to be an easy one. I use an .asp script to process my html forms. I have a form that is 125 questions and takes about 30 seconds to open at 28.8k how can I split the form into parts and have the info pass to the next page or store it until they submit it?
Thanks
Robert
Spooky -> RE: passing info through forms (3/23/2001 15:24:00)
Each time you submit part of a form, you must save those entries as hidden inputs on the new page.
If you go to 3 pages, you must save the hidden input from page 1 and page 2 on page 3 and so on.