Multi-Part Forms In Frontpage

  • Thread starter Thread starter Todd Moss
  • Start date Start date
T

Todd Moss

How would I go about setting up multipage forms using FrontPage? Is there
add-on I could buy or is this something that just needs to be done in a
separate script? I need to setup a form for an online job application and it
is just too long to be one form. I want to narrow it down to 4 or 5
sections. I would really appreciate any advice.

Thank you

Todd
 
The default FP Forms handler will only submit / page (not multipage) so you would need 4-5 separate forms chained by the
confirmation page option (which can leave you w/ jumbled results)
- you also could pass all variables from form 1 to form 2, etc as hidden form fields using JavaScript
See http://www.developer.irt.org/script/form.htm#10

IMHO - You are better off using ASP and a database for what you are trying to do

--




| How would I go about setting up multipage forms using FrontPage? Is there
| add-on I could buy or is this something that just needs to be done in a
| separate script? I need to setup a form for an online job application and it
| is just too long to be one form. I want to narrow it down to 4 or 5
| sections. I would really appreciate any advice.
|
| Thank you
|
| Todd
|
|
 
Back
Top