I have more info - Since I have two sites on the same server (one able, the
other not able to use a form), I copied this form to the working site, and it
failed, so something must be wrong with the code generated? Here it is:
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)" B-Email-Label-Fields="TRUE"
B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="Email"
B-Email-Subject-From-Field="FALSE" S-Email-Subject="Email from Website"
S-Date-Format="%A, %B %d, %Y" S-Time-Format="%I:%M:%S %p"
S-Builtin-Fields="REMOTE_NAME HTTP_USER_AGENT Date Time" S-Form-Fields="Name
Address City State ZIP Phone Email Visiting Looking4 MarketAnalysis "
U-Confirmation-Url="thanks.html" -->
<table border="0" width="100%" id="table1" style="border-collapse:
collapse">
<tr>
<td width="141"><font face="Verdana, Arial, Helvetica, sans-serif"
size="2">Name(s)</font></td>
<td><input type="text" name="Name" size="35"></td>
</tr>
<tr>
<td width="141"><font face="Verdana, Arial, Helvetica, sans-serif"
size="2">Address</font></td>
<td><input type="text" name="Address" size="35"></td>
</tr>
<tr>
<td width="141"><font face="Verdana, Arial, Helvetica, sans-serif"
size="2">City</font></td>
<td><input type="text" name="City" size="35"></td>
</tr>
<tr>
<td width="141"><font face="Verdana, Arial, Helvetica, sans-serif"
size="2">State</font></td>
<td><input type="text" name="State" size="10"></td>
</tr>
<tr>
<td width="141"><font face="Verdana, Arial, Helvetica, sans-serif"
size="2">Zip</font></td>
<td><input type="text" name="ZIP" size="15"></td>
</tr>
<tr>
<td width="141"><font face="Verdana, Arial, Helvetica, sans-serif"
size="2">Phone</font></td>
<td><input type="text" name="Phone" size="35"></td>
</tr>
<tr>
<td width="141"><font face="Verdana, Arial, Helvetica, sans-serif"
size="2">E-mail</font></td>
<td>
<!--webbot bot="Validation" S-Display-Name="Email Address"
B-Value-Required="TRUE" I-Minimum-Length="4" -->
<input type="text" name="Email" size="35"></td>
</tr>
<tr>
<td width="141"> </td>
<td> </td>
</tr>
<tr>
<td width="141"><font color="#0000FF" face="Comic Sans MS">
<input name="imageField32" type="image"
src="img/boatimage.gif" width="63" height="56" border="0"></font></td>
<td><font color="#0000FF" face="Comic Sans MS">
When do you plan to visit our area?</font></td>
</tr>
<tr>
<td width="141"> </td>
<td>
<!--webbot bot="Validation" S-Display-Name="When do you plan to visit
our area?" S-Data-Type="String" B-Allow-Letters="TRUE" B-Allow-Digits="TRUE"
B-Allow-WhiteSpace="TRUE" -->
<textarea rows="10" name="Visiting" cols="40"></textarea></td>
</tr>
<tr>
<td width="141"><font color="#0000FF" face="Comic Sans MS">
<input name="imageField3" type="image"
src="img/boatimage.gif" width="63" height="56" border="0"></font></td>
<td><font color="#0000FF" face="Comic Sans MS">
Please describe what you're searching
for:</font></td>
</tr>
<tr>
<td width="141"> </td>
<td>
<!--webbot bot="Validation" S-Display-Name="Please describe what
you're searching for:" S-Data-Type="String" B-Allow-Letters="TRUE"
B-Allow-Digits="TRUE" B-Allow-WhiteSpace="TRUE" -->
<textarea rows="10" name="Looking4" cols="40"></textarea></td>
</tr>
<tr>
<td width="141">
<input type="checkbox" name="MarketAnalysis" value="ON" style="float:
right"></td>
<td>
<font face="Times New Roman, fantasy" size="3"
color="#0000FF"><b>I
would like a complimentary market analysis on
my
current residence.</b></font></td>
</tr>
<tr>
<td width="141"> </td>
<td> </td>
</tr>
<tr>
<td width="141"><font color="#0000FF" face="Comic Sans MS">
<img src="img/boatimage.gif" align="middle"
width="63" height="56" border="0"></font></td>
<td><input type="submit" value="Submit" name="B1">
<input type="reset" value="Reset" name="B2"></td>
</tr>
</table>
</form>