Why no email?

C

CD

I have user stating they are not get email from a form. I created a simple
one using FP03 in their site and saved as test.htm. I receieved the email
as expected. The user saved their as .asp which is also using the webbot
same as the test.htm. I changed my extension to .asp and it failed. I
changed theirs to html and it worked. It there something about using .asp
and trying to use the webbot?

<html>

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

<body>

<form method="POST" action="--WEBBOT-SELF--">
<!--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= "(e-mail address removed)"
B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="FALSE"
S-Email-Subject="test" S-Builtin-Fields startspan --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374"
endspan -->
<p>name: <input type="text" name="T1" size="20"></p>
<p>&nbsp;</p>
<p><input type="submit" value="Submit" name="B1"><input type="reset"
value="Reset" name="B2"></p>
</form>

</body>

</html>
 
C

Chris Leeds, MVP-FrontPage

There is!
to get a FrontPage form to work on an .asp page you've got to use a server
side include to call the .htm page the form is on into the page you want to
run it on.

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

If you make web sites for other people, you should check out ContentSeed:
http://contentseed.com/
 

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

Similar Threads

Duplicate Records 3
WEBBOT and ASP 5
FP2003 Guestbook Problem 1
FP2003 Guestbook 2
Guestbook and Included Pages 6
email form results 2
Can't get Form Submission to Work 13
Email Information 16

Top