Change hyperlink destination in Database Interface Wizard form

G

Guest

I have used the database interface wizard to create a data entry screen.
After the input is complete and the visitor clicks on “OK†a confirmation
screen appears and at the end of the confirmation screen the visitor is given
a link to return to the data entry screen. I want to send the visitor to a
different page.

According to the address bar the confirmation screen is generated without
leaving the submission page.

The following code ends the data entry and sends the user to the
confirmation screen.
<p style="margin-top: 0; margin-bottom: 0" align="left"><font
face="Verdana"><input type="submit" value=" OK "><input type="reset"
value=" Reset "></font></p>

The following code, generated by FrontPage, appears to correspond to the
information provided on the confirmation screen. Changing it provides very
unpredicted results.

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

I want the user to go to ThankYou.htm after seeing the confirmation info.
Help please.
 
K

Kathleen Anderson [MVP - FrontPage]

Create your own confirmation page that contains the link to a different
page - the confirmation page must have an .asp extension. Then, with
submission_form.asp open in Design View, right-click on the form, choose
Form Properties > Options > URL of confirmation page and browse to your own
confirmation page.


--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
 
G

Guest

Thank you. Thank you. Thank you.

Kathleen Anderson said:
Create your own confirmation page that contains the link to a different
page - the confirmation page must have an .asp extension. Then, with
submission_form.asp open in Design View, right-click on the form, choose
Form Properties > Options > URL of confirmation page and browse to your own
confirmation page.


--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
 

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