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?