linking a form across several pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've got a form that I want to spread over 4 pages and have the final content
of all four pages emailed to me -- how do I link the data between pages? Do
I have the submit button save to 4 separate files? or is there some other
process?
 
I know the kind you mean, but instead of a submit button, each page's data
is save to variables, and there's a "next" button to proceed to the
following page, then on the final page, a "submit" button to submit all the
data at once.

Frontpage's form handler can't do anything with this; you will need to
custom write your own, or look around the net (Google) for a "multi-page
form".

This site www.hotscripts.com is a good starting place.
 
You still have to use a submit button, however the submit button on the last page is the one that
actually send the complete data somewhere or someplace.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top