FP2002 Confirmation Page Not Working

T

TaptheNet

I have looked through many threads on this and still have not found an
answer to this problem:

I have a form whose results are sent to an email address.

Everything works fine except when I try to use a custom confirmation
page that's just a "thank you." I do NOT wish to include the form
fields in this thank you page.

Instead of going to the custom confirmation page after clicking the
submit button, I receive the default Frontpage confirmation page minus
the actual form fields. When I click on the Return to form link, I am
then taken to my custom confirmation page.

I've even tried using FP's Form Wizard and I still get the default FP
confirmation page. See the form at
http://www.tampabaygolfcommunities.com/contact_wizard.htm.

I have this feature working fine on other sites I've created.

Help?
 
S

Stefan B Rusynko

Your thanks.htm page has an invalid form in it

Delete the script in the HEAD section starting with:
<script language="javascript">
function formvalidation(theForm)
.... And Ending with:
theField.focus();
}
}
</script>

Then in the page delete the form webbot code

<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE" S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE" S-Date-Format="%A %B %d, %Y" S-Time-Format="%I:%M %p" S-Builtin-Fields="Date Time" startspan --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan --><!--webbot bot="SaveResults"
i-checksum="6561" endspan --></form>

PS
also delete one of the duplicate taga at the top of the page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

--




| I have looked through many threads on this and still have not found an
| answer to this problem:
|
| I have a form whose results are sent to an email address.
|
| Everything works fine except when I try to use a custom confirmation
| page that's just a "thank you." I do NOT wish to include the form
| fields in this thank you page.
|
| Instead of going to the custom confirmation page after clicking the
| submit button, I receive the default Frontpage confirmation page minus
| the actual form fields. When I click on the Return to form link, I am
| then taken to my custom confirmation page.
|
| I've even tried using FP's Form Wizard and I still get the default FP
| confirmation page. See the form at
| http://www.tampabaygolfcommunities.com/contact_wizard.htm.
|
| I have this feature working fine on other sites I've created.
|
| Help?
 
S

Stefan B Rusynko

The form at http://www.tampabaygolfcommunities.com/contact_wizard.htm is not a valid form
- that's not the page I told you to edit (it was the thanks.htm page)

Create a new FP Form using File New Page and select the forms Wizard Template

--




| Stefan,
|
| I did what you told me. However, now the confirmation page says
| "Cannot run the FrontPage Server Extensions on this page:
| "http://www.tampabaygolfcommunities.com/contact_wizard.htm"
|
| Did I delete too much? Help?
|
| ========================================
|
|
| > Your thanks.htm page has an invalid form in it
| >
| > Delete the script in the HEAD section starting with:
| > <script language="javascript">
| > function formvalidation(theForm)
| > ... And Ending with:
| > theField.focus();
| > }
| > }
| > </script>
| >
| > Then in the page delete the form webbot code
| >
| > <!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE" S-Email-Address="(e-mail address removed)"
| > B-Email-Label-Fields="TRUE" S-Date-Format="%A %B %d, %Y" S-Time-Format="%I:%M %p" S-Builtin-Fields="Date Time"
startspan --><input
| > TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan --><!--webbot bot="SaveResults"
| > i-checksum="6561" endspan --></form>
| >
| > PS
| > also delete one of the duplicate taga at the top of the page
| > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | I have looked through many threads on this and still have not found an
| > | answer to this problem:
| > |
| > | I have a form whose results are sent to an email address.
| > |
| > | Everything works fine except when I try to use a custom confirmation
| > | page that's just a "thank you." I do NOT wish to include the form
| > | fields in this thank you page.
| > |
| > | Instead of going to the custom confirmation page after clicking the
| > | submit button, I receive the default Frontpage confirmation page minus
| > | the actual form fields. When I click on the Return to form link, I am
| > | then taken to my custom confirmation page.
| > |
| > | I've even tried using FP's Form Wizard and I still get the default FP
| > | confirmation page. See the form at
| > | http://www.tampabaygolfcommunities.com/contact_wizard.htm.
| > |
| > | I have this feature working fine on other sites I've created.
| > |
| > | Help?
 

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