Edit ASP generated by Database Interface Wizard

A

Andy

Im a newbie.

I created a form using Database Interface Wizard.
Everytime I submit a form (submission_form.asp), I get a
message like this:

Thank you for submitting the following information:
Field1: ...
and so on.

I want this part to be only like this:
"Thank you for submitting the form." , without the fields
and their values.

I think this part of the code is the culprit:

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

I tried editing this part but the changes were not saved.

How can I remove or replace this part?
 
M

MD WebsUnlimited.com

Hi Andy,

Create and add the custom confirmation page to the form.

Right click in the form | form properties | options | Confirmation tab
 
A

Andy

Thanks Mike! That was great!
-----Original Message-----
Hi Andy,

Create and add the custom confirmation page to the form.

Right click in the form | form properties | options | Confirmation tab

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
--------------------------------------------------------- -------------------
--------------------
If you think I'm doing a good job, let MS know at [email protected]




.
 
Top