Submitted Pages

  • Thread starter Thread starter bill
  • Start date Start date
B

bill

I have a "Form Page" that I'm using. When someone hits the
submit button, after completing the form, a default
confirmation appears. I noticed at the bottom of of this
confirmation page is a "Return to Form" button. I assume
that is for someone who wishes to make changes to "return
to form" and correct something.

My Questions are:
At what point is the form results being email to me?"
After each hit of the submit button?

If that is the case is there a way to correct this?
 
Return to form brings up a new form.
Yes, the email is sent when submit is clicked.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Hi Bill,

After the visitor click on submit the email will be sent.

Correct what? That is how a form works, if you don't wish to have the visitor go to that page again you'll have to set a cookie
then query it and redirect. This can be accomplish with J-Bots Cookie components.
 
Create a custom confirmation page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top