Confirmation form's buttons.

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

Guest

I have created the form and the confirmation form appears when I click Submit
button but Confirmation form has no "Submit" or "Go back" button. How do I
create these buttons. Shall I create a form inside the Confirmation form? I
thank you in advance for your time.
 
At the point you see the Confirmation page your form page has already been submitted
- you should not create a back link (or the user may send the form again)
- you can add a link to any other page on the custom confirmation page

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have created the form and the confirmation form appears when I click Submit
| button but Confirmation form has no "Submit" or "Go back" button. How do I
| create these buttons. Shall I create a form inside the Confirmation form? I
| thank you in advance for your time.
 
Hi there, thank you for your reply. That's the problem. I have created the
custom confirmation page so when the user fills out the first form gets the
confirmation page to see if he/she has any writing errors. So in the
confirmation page we need to have 2 buttons, one confirm (if everything's
fine) and one reset and go back (in case of any writing errors).

Cheers
Nick

Stefan B Rusynko skrev:
 
For that you will need to write your own form handler using whatever
scripting language (ASP, asp.NET, PHP,Perl/CGI etc.) your host
supports.
The FrontPage confirmation page (and custom confirmation page) appears
AFTER the form has submitted - it confirms that the form data has been
processed.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

Nick Sands said:
Hi there, thank you for your reply. That's the problem. I have
created the
custom confirmation page so when the user fills out the first form
gets the
confirmation page to see if he/she has any writing errors. So in the
confirmation page we need to have 2 buttons, one confirm (if
everything's
fine) and one reset and go back (in case of any writing errors).

Cheers
Nick

Stefan B Rusynko skrev:
At the point you see the Confirmation page your form page has
already been submitted
- you should not create a back link (or the user may send the form
again)
- you can add a link to any other page on the custom confirmation
page

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:

http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have created the form and the confirmation form appears when I
click Submit
| button but Confirmation form has no "Submit" or "Go back" button.
How do I
| create these buttons. Shall I create a form inside the
Confirmation form? I
| thank you in advance for your time.
 
Back
Top