Does anyone know how to change remove the automatic
confirmation that FP puts into the code upon creating a
form submission to a database? I would like the
confirmation to be a page I created. Below is the code
that is the problem.

FP_FormConfirmation "text/html; charset=windows-1252",_
"Form Confirmation",_
"Thank you for submitting the following information:",_
"post.asp",_
"Return to the form."

When I edit this code it messes up my database connection.
There must be a way to get rid of this automatic page and
redirect to the desired page but I am not a coder. Any
ideas?

Changing the automatic confirmation page by Rick

Rick
Fri Feb 20 11:57:00 CST 2004

Front Page allows you to subsitute a confirmation page of
your making. See "confirmation page" in Front Page Help.

>-----Original Message-----
>Does anyone know how to change remove the automatic
>confirmation that FP puts into the code upon creating a
>form submission to a database? I would like the
>confirmation to be a page I created. Below is the code
>that is the problem.
>
>FP_FormConfirmation "text/html; charset=windows-1252",_
>"Form Confirmation",_
>"Thank you for submitting the following information:",_
>"post.asp",_
>"Return to the form."
>
>When I edit this code it messes up my database
connection.
>There must be a way to get rid of this automatic page
and
>redirect to the desired page but I am not a coder. Any
>ideas?
>
>.
>

Re: Changing the automatic confirmation page by Steve

Steve
Fri Feb 20 11:56:18 CST 2004

Right click your Form, select Form Properties,
click Options, click the Confirmation Page tab
and enter the file name of your custom page or
click the Browse button and browse to it.
Click OK and OK
Publish.

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
..............................with a computer
<gnungester@balentine.com> wrote in message
news:13ff001c3f7d3$4d2f9530$a601280a@phx.gbl...
> Does anyone know how to change remove the automatic
> confirmation that FP puts into the code upon creating a
> form submission to a database? I would like the
> confirmation to be a page I created. Below is the code
> that is the problem.
>
> FP_FormConfirmation "text/html; charset=windows-1252",_
> "Form Confirmation",_
> "Thank you for submitting the following information:",_
> "post.asp",_
> "Return to the form."
>
> When I edit this code it messes up my database connection.
> There must be a way to get rid of this automatic page and
> redirect to the desired page but I am not a coder. Any
> ideas?
>