James,
Thanks, but according to Yahoo: "
Forms you create with FrontPage will not work the same way as Email Forms. Results and data will not automatically be sent to a specified email address. You will need to configure your form to publish the results to a page on your web site or (for advanced users only) send them to an email address you specify.
To configure your FrontPage form:
- Create a page in FrontPage and use the FrontPage Form Wizard to create a form.
- Right-click on the form and select "Form Properties."
- Select "Send to."
- In the "File Name:" field, enter the name of the page to which you want the form results published (such as formresults.htm).
- Click "OK," then "Save," and publish your form.
Now, when a visitor fills out the form, it will automatically save the results to the page you specified (http://yourdomain.com/formresults.htm), where you can review them."
They also say:
Advanced users can also modify the FrontPage form code to have the results sent to an email address.
To modify your FrontPage form, you will need to edit the HTML within FrontPage:
- Make sure you're signed in to your Web Hosting Control Panel.
- On the Create & Update tab, click "Add-Ons," then "Email Forms."
- Under "Step 1," copy the code provided.
- In the HTML of the page that contains the form, locate the following code:
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="......../_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
- Replace this code with the code you copied from the Email Forms page
The code you suggested that I remove is the coding that I got from the Web Hosting Control Panel. I have basically the same coding in my other website
http://www.mendelssohnchoir.com/Main/Audition/AuditionRequest/index.htm. The only difference is the yahoo server on which the site resides.
Let me clarify that I do get the email, the problem is in having the user see the confirmation or thank you page, not in getting the results to be sent via email.
Anna