linking a form across several pages

B

bwebb105

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?
 
A

Andrew Murray

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.
 
T

Thomas A. Rowe

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.
==============================================
 
Top