continuing a form on another page

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

Guest

Can I start a form on one page and then continue it on another? My form is
just too big to be all on one page.
 
Not if using FP to process the form.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
You can't submit one form to another page and accumulate the data before
submitting to FP to process?
 
No, because FP doesn't have any means of inserting the data from the first form page into hidden
files to be pass to the next page.

It may be possible to do this with some custom written JavaScript, which would let FP process the
form, however I don't really work with JavaScript that much.

It can be done with any server-side script language and custom form handler.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Right - so you submit from page 1 to page 2 which loads the hidden fields
using garden variety ASP/VBScript. Then page 2 submits to the FP form
processor - wouldn't that work?
 

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