confirmation page shows twice

J

Jane Here

After submitting a form, my confirmation page shows, but only AFTER the
default confirmation page shows.

What is weird is that the default confirmation page does not show any
fields, just a link to Return to form. When I click that, it then shows my
confirmation page.

How can I remove the display of the default confirmation page? I want it to
display just mine.

Jane Here
Using FrontPage 2003.
 
J

Jane Here

I have additional information:

Under Form properties, Options: If I leave the URL of confirmation page
empty, the default confirmation page shows correctly. It gives me the field
names of the form and their contents.
However, if I fill in the URL, the default confirmation page shows WITHOUT
the field names or their contents. There is a link to Return to the form.
When I click that, it shows my confirmation page.

I also tried Recalculate hyperlinks but that did not help.

So how do I get it to stop showing the default page as well.

Suggestions welcome!

Thanks
Jane
PS: I made a small sample page to test it. The HTML code is below, in case
that gives a clue.

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>contact2</title>
<meta name="Microsoft Theme" content="jane-based-on-journal 1011, default">
<meta name="Microsoft Border" content="tlb, default">
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" S-Label-Fields="TRUE"
B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)" B-Email-Label-Fields="TRUE"
S-Builtin-Fields startspan U-File="_private/CFweb.csv" S-Format="TEXT/CSV"
S-Form-Fields="email " U-Confirmation-Url="thank.htm" -->
<!--webbot bot="SaveResults" endspan -->
<p><input type="text" name="email" size="50"><input type="submit"
value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>

</body>

</html>
 
S

Stefan B Rusynko

Provide URL to the form page online

--




| I have additional information:
|
| Under Form properties, Options: If I leave the URL of confirmation page
| empty, the default confirmation page shows correctly. It gives me the field
| names of the form and their contents.
| However, if I fill in the URL, the default confirmation page shows WITHOUT
| the field names or their contents. There is a link to Return to the form.
| When I click that, it shows my confirmation page.
|
| I also tried Recalculate hyperlinks but that did not help.
|
| So how do I get it to stop showing the default page as well.
|
| Suggestions welcome!
|
| Thanks
| Jane
| PS: I made a small sample page to test it. The HTML code is below, in case
| that gives a clue.
|
| <html>
|
| <head>
| <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
| <meta name="ProgId" content="FrontPage.Editor.Document">
| <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
| <title>contact2</title>
| <meta name="Microsoft Theme" content="jane-based-on-journal 1011, default">
| <meta name="Microsoft Border" content="tlb, default">
| </head>
|
| <body>
|
| <form method="POST" action="--WEBBOT-SELF--"
| onSubmit="location.href='_derived/nortbots.htm';return false;"
| webbot-onSubmit>
| <!--webbot bot="SaveResults" S-Label-Fields="TRUE"
| B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE"
| S-Email-Address="(e-mail address removed)" B-Email-Label-Fields="TRUE"
| S-Builtin-Fields startspan U-File="_private/CFweb.csv" S-Format="TEXT/CSV"
| S-Form-Fields="email " U-Confirmation-Url="thank.htm" -->
| <!--webbot bot="SaveResults" endspan -->
| <p><input type="text" name="email" size="50"><input type="submit"
| value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
| </form>
|
| </body>
|
| </html>
|
|
|
| | > After submitting a form, my confirmation page shows, but only AFTER the
| > default confirmation page shows.
| >
| > What is weird is that the default confirmation page does not show any
| > fields, just a link to Return to form. When I click that, it then shows my
| > confirmation page.
| >
| > How can I remove the display of the default confirmation page? I want it
| to
| > display just mine.
| >
| > Jane Here
| > Using FrontPage 2003.
| >
| >
|
|
 

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