Preview FrontPage Form

G

Guest

Does anyone know how I could create a form that when the user fills it out
they can preview the data they entered then click submit. Meaning it would
be great if they could fill out the form and instead of clicking submit they
click next and the next screen show the data they entered then if they are
satisfied with their input they then click submit. If they are not happy
with the data they entered they can click a back button to fix their errors.

My goal is to allow users to make sure their input into the form is correct
before clicking submit. I have set a form up to show them their input after
they click submit, but at that point it is too late and the form has already
emailed me the results. If they see an error they would have to click back
and fix it then click submit again then I would get another email.

p.s. if anyone knows of some other scripts or another way to do this outside
of using FrontPage forms please let me know.

Thanks for your help,
Phillip
 
T

Thomas A. Rowe

Not possible when using the FP Form Handler. You will need to process the form via a custom
server-side scripted form handler, such as ASP, ASP.net, PHP, etc. based on what is supported by
your web host.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

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

Top