Click to See Complete Forum and Search --> : Continue on the next page
Magikey
06-24-2003, 04:31 PM
I am creating a rather lengthy form and would like to break it up into different pages. I created a continue input button, but I don't think that is right. Can someone in this group please explain how I can create this. Do I use CGI scripting to accomplish this or javascript?
Help Please.
jeffmott
06-24-2003, 05:22 PM
Either is capable, but CGI is far more reliable than any client-side method. All you need to do is use the parameter values from the first form to create hidden fields in the second form. So the second form is then submitted with the values from both parts.
nkaisare
06-24-2003, 05:23 PM
You'll need to remember the user inputs using hidden field(s).
Edit: Damn! Just one minute late