Can you be more specific?

January 19, 2003 by carlos reyes

Are you asking for a tutorial that will allow the variables from a form to be passed through multiple pages?

Or

Are you asking for a tutorial designing a simple page with multiple forms.?

RE: Can you be more specific?

January 19, 2003 by liao ya
The following funtion is what I would like to do in multiple pages form. There are several pages and each page has a form to collect messge and there is a NEXT buttom to navigate those pages. At the last page of form, user can submit all messages with one click of the Submit button. I really do not know that it's just one form or many forms?

Form to be passed through multiple pages

May 2, 2003 by Mike Anderson

I would really be interested in a tutorial on how to setup a form that is passed through multiple pages. I have clients who request an online survey that has several pages before the survey is done.

The only way I can think to do this is create a session and have the additional pages be recordset UPDATES. Or I guess I could store the information with each submission until they reach the last page and then send all the data to the database. Of course I could lose data if the connection is lost.

I would really enjoy a tutorial for this!