continuing a form on another page

D

Dacy Scott

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

Thomas A. Rowe

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

Murray

You can't submit one form to another page and accumulate the data before
submitting to FP to process?
 
T

Thomas A. Rowe

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

Murray

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