Form results wont email in FP2003

G

Guest

i have made several forms in FP2003 and set the results to email. I upload
the form via FP to my website, enter the data and click sent. the form
refreshes and clears the data but does go to the confirmation page, nor does
it appear to sent the results via email.

a sample of the form can be found at www.easara.co.uk/2.asp

Does anyone know why this is happening?
 
R

Ronx

The form will not work with an .asp extension. Rename the page to 2.htm
and HTTP publish to the server, and test it again.

FrontPage extensions are used as the form handler in this page, and
FPextensions do not work with .asp pages.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--" onSubmit="">
<!--webbot bot="SaveResults" U-File="_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="!#####@#####.co.uk"
B-Email-Label-Fields="TRUE" S-Builtin-Fields U-Confirmation-Url="index.html"
startspan --><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" i-checksum="6561" endspan -->
<p>test <input type="text" name="T1" size="20"></p>
<p> </p>
<p><input type="submit" value="Submit" name="B1"><input type="reset"
value="Reset" name="B2"></p>
</form>

</body>

</html>


Ronx said:
What is the script on the page? Please post here but disguise any email
addresses.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 
G

Guest

Many thanks, its working fine now. dont know why i gave it an .asp extension.

the email comes from (e-mail address removed), do you know why this is?




Ronx said:
The form will not work with an .asp extension. Rename the page to 2.htm
and HTTP publish to the server, and test it again.

FrontPage extensions are used as the form handler in this page, and
FPextensions do not work with .asp pages.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--" onSubmit="">
<!--webbot bot="SaveResults" U-File="_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="!#####@#####.co.uk"
B-Email-Label-Fields="TRUE" S-Builtin-Fields U-Confirmation-Url="index.html"
startspan --><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" i-checksum="6561" endspan -->
<p>test <input type="text" name="T1" size="20"></p>
<p> </p>
<p><input type="submit" value="Submit" name="B1"><input type="reset"
value="Reset" name="B2"></p>
</form>

</body>

</html>


Ronx said:
What is the script on the page? Please post here but disguise any email
addresses.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




i have made several forms in FP2003 and set the results to email. I upload
the form via FP to my website, enter the data and click sent. the form
refreshes and clears the data but does go to the confirmation page, nor does
it appear to sent the results via email.

a sample of the form can be found at www.easara.co.uk/2.asp

Does anyone know why this is happening?
 
R

Ronx

The email from address is configured in the extensions on the server.
If you ask, your host may change it for you, or there may be an option
in the hosting package Control Panel, or it may be fixed for all time.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



Many thanks, its working fine now. dont know why i gave it an .asp extension.

the email comes from (e-mail address removed), do you know why this is?




Ronx said:
The form will not work with an .asp extension. Rename the page to 2.htm
and HTTP publish to the server, and test it again.

FrontPage extensions are used as the form handler in this page, and
FPextensions do not work with .asp pages.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--" onSubmit="">
<!--webbot bot="SaveResults" U-File="_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="!#####@#####.co.uk"
B-Email-Label-Fields="TRUE" S-Builtin-Fields U-Confirmation-Url="index.html"
startspan --><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" i-checksum="6561" endspan -->
<p>test <input type="text" name="T1" size="20"></p>
<p> </p>
<p><input type="submit" value="Submit" name="B1"><input type="reset"
value="Reset" name="B2"></p>
</form>

</body>

</html>


:

What is the script on the page? Please post here but disguise any email
addresses.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




i have made several forms in FP2003 and set the results to email. I upload
the form via FP to my website, enter the data and click sent. the form
refreshes and clears the data but does go to the confirmation page, nor does
it appear to sent the results via email.

a sample of the form can be found at www.easara.co.uk/2.asp

Does anyone know why this is happening?
 
G

Guest

many thanks

Ronx said:
The email from address is configured in the extensions on the server.
If you ask, your host may change it for you, or there may be an option
in the hosting package Control Panel, or it may be fixed for all time.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



Many thanks, its working fine now. dont know why i gave it an .asp extension.

the email comes from (e-mail address removed), do you know why this is?




Ronx said:
The form will not work with an .asp extension. Rename the page to 2.htm
and HTTP publish to the server, and test it again.

FrontPage extensions are used as the form handler in this page, and
FPextensions do not work with .asp pages.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--" onSubmit="">
<!--webbot bot="SaveResults" U-File="_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE"
S-Email-Format="TEXT/PRE" S-Email-Address="!#####@#####.co.uk"
B-Email-Label-Fields="TRUE" S-Builtin-Fields U-Confirmation-Url="index.html"
startspan --><strong>[FrontPage Save Results Component]</strong><!--webbot
bot="SaveResults" i-checksum="6561" endspan -->
<p>test <input type="text" name="T1" size="20"></p>
<p> </p>
<p><input type="submit" value="Submit" name="B1"><input type="reset"
value="Reset" name="B2"></p>
</form>

</body>

</html>


:

What is the script on the page? Please post here but disguise any email
addresses.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp




i have made several forms in FP2003 and set the results to email. I upload
the form via FP to my website, enter the data and click sent. the form
refreshes and clears the data but does go to the confirmation page, nor does
it appear to sent the results via email.

a sample of the form can be found at www.easara.co.uk/2.asp

Does anyone know why this is happening?
 

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