one form on multiple pages?

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

Guest

Is it possible to create one form across multiple pages? I want a customer
to enter some preliminary information in the form, then click a "proceed"
button, then continue to another page to enter more information, then
"submit". I want all the information to remain in one form record. Can
anyone help with this?
 
Good question. I'd like to know how to myself. In theory it seems
plausable. Just have the first page's "Next" button create a text file, and
all other "Next" buttons append its information to it, with the "Submit"
button finishing it off.
 
This isn't something FrontPage can do out of the box because it won't retain
information as you move from page to page.

You will have to look into the use of some type of scripting like ASP or PHP
script.
 
Will the new version be capable of it?

David Berry said:
This isn't something FrontPage can do out of the box because it won't retain
information as you move from page to page.

You will have to look into the use of some type of scripting like ASP or PHP
script.
 
The new replace for FP, will not have any form bots, as far as I know.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Back
Top