Form Confirmation Submit

R

RiceMarK

The form I created is working very well. When the user has entered the data
and SUBMITs a Confirmation page comes up and tells them what they entered and
if they want to correct anything to use the back button. PROBLEM: Form data
has already been sebt in an e-mail and saved to a file. There is no option to
accept the confirmed data and continue. There is no way to go forward from
the confirmation page.
Confirmation page should interrupt prossessing until user confirms with a
Yes, or click, or submit or something. Then it should take user back to home
page or somewhere...
 
S

Stefan B Rusynko

That is the way the std confirmation page works
- it confirms the form data has been sent/saved
The only way to do what you want to do is to
- use custom server side code to temporarily save the form data,
- then ask for confirmation or changes (not w/ the back button, but with a second form showing the data),
- and then save/send the data from the second form

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


The form I created is working very well. When the user has entered the data
and SUBMITs a Confirmation page comes up and tells them what they entered and
if they want to correct anything to use the back button. PROBLEM: Form data
has already been sebt in an e-mail and saved to a file. There is no option to
accept the confirmed data and continue. There is no way to go forward from
the confirmation page.
Confirmation page should interrupt prossessing until user confirms with a
Yes, or click, or submit or something. Then it should take user back to home
page or somewhere...
 

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