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>
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>