Frontpage 2003 error message on submit

L

Linda B

Here is the code for the form. It is a form that has a confirmation page
when the information is submitted. The information is e-mailed to me. It
worked and I tried to change one field (name) to be required.

Now I get this error message FrontPage Run-Time Component Page
You have submitted a form or followed a link to a page that requires a web
server and the FrontPage Server Extensions to function properly.

This form or other FrontPage component will work correctly if you publish
this web to a web server that has the FrontPage Server Extensions installed.

Click the <Back> arrow to return to the previous page.

Can you tell by the code below what is wrong?

<form method="POST" action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" S-Email-Address="(e-mail address removed)"
S-Email-Format="TEXT/PRE" startspan S-Label-Fields="TRUE"
B-Reverse-Chronology="FALSE" B-Email-Label-Fields="TRUE" S-Builtin-Fields
U-Confirmation-Url="currentbondreqconfirm.htm" U-File="_private/feedback.csv"
S-Format="TEXT/CSV" B-Email-ReplyTo-From-Field="TRUE"
S-Email-ReplyTo="Contact_Email" B-Email-Subject-From-Field="TRUE"
S-Email-Subject="Contact_Name" -->
<!--webbot bot="SaveResults" endspan -->
<p align="center"><b>Current Bond Inventory Access</b></p>
<p align="left">Complete
the form below. When you have completed filling in the fields,
click on
the Submit button. We will e-mail you a user name and password
within the next 48 hours. This user name and password will
access our Current Bond Inventory.</p>
<p align="left"><font size="1">Name:<!--webbot bot="Validation"
b-value-required="TRUE" i-minimum-length="10" i-maximum-length="12" --><input
type="text" name="Contact_Name" size="64">
</font></p>
<p align="left"><font size="1">Title/Position:
<input type="text" name="Title" size="65"></font></p>
<p align="left"><font size="1">Company:
<input type="text" name="Company" size="65"><br>
Type of Business:<input type="text" name="_BusinessType" size="65"
maxlength="65"><br>
Phone:<input type="text" name="phone" size="40" maxlength="12">
<br>
E-mail:<input type="text" name="Email" size="46"> <br>
Address:<input type="text" name="address" size="58"><br>
City:<input type="text" name="city" size="29">
State:
<input type="text" name="state" size="10"> Zip:
<input type="text" name="zip" size="20"></font></p>
<p align="left"><font size="1"><br>
</font></p>
<p align="left"> </p>
<p align="center"><font size="1">One of our financial consultants
can talk with you
about today's available inventory.<br>
Just give us a call at the toll-free number listed below.</font></p>
<p align="center"><font size="1">California Plan of Church Finance,
Inc.<br>
7120 N. Whitney, Ste 101<br>
Fresno, CA 93720 </font></p>
<p align="center"><b><font size="4">1-888-378-6683</font></b></p>
<p>
<input type="submit" value="Submit" name="B1"
onclick="FP_popUpMsg('All fields required to issue user name and
password')"><input type="reset" value="Reset" name="B2"></p>
</form>
 
T

Thomas A. Rowe

Are you testing the form directly via http?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
R

Ronx

That text comes from _derived/nortbots.htm

nortbots.htm only appears in four cases:
1) You are testing on a disc-based website
2) You are testing on a website that does not have server extensions
installed or running
3) The site (or form page) was FTPed from a disc-based web, or
published using a FTP address for the destination. Publish must be to
a URL of the form http://example.com
4) There is a bug associated with FrontPage98 which causes this
problem.
 
L

Linda B

I was trying to test it in Frontpage. When I tested it via http, it worked.
Thanks.
 
L

Linda B

Ok. I was wondering where that came from. It worked when I went to the
http. Thanks.
 

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