I'm using FrontPage and put a feedback form on my site but I'm sure I have to alter it somehow so I get the feed back. Here is the code FrontPage put in for me, what do I have to change to receive it?
I'm sure it has something to do w/the red text but what do I put in there?
Thanks,
Naz
<p><p align="center">
<!--webbot bot="PurpleText" preview="Feedback Form - Customize the form below to collect the information you need. By default, the form data is saved to a text file on the web server using the FrontPage Save Results component. Edit the Form Properties to change this behavior." -->
</p>
<p align="center"><i><font size="4" color="#0000FF">Tell me what you think
about our web site. I welcome all of your comments
and suggestions.</font></i></p>
<form method="POST" action="--WEBBOT-SELF--" onSubmit="location.href='_derived/nortbots.htm';return false;" webbot-onSubmit>
<!--webbot bot="SaveResults" u-file="C:\HTML Projects\It's Your Show\New Folder\_private\feedback.txt" s-format="TEXT/TSV" s-label-fields="TRUE" s-builtin-fields="Date Time REMOTE_NAME REMOTE_USER HTTP_USER_AGENT" s-form-fields startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" -->
<p align="center"><strong> &nb sp; What kind of comment would you like to send?</strong></p>
<dl>
<dd>
<p align="center"><input type="radio" name="MessageType" value="Complaint">Complaint
<input type="radio" name="MessageType" value="Problem">Problem
<input type="radio" checked name="MessageType" value="Suggestion">Suggestion
<input type="radio" name="MessageType" value="Praise">Praise</dd>
</dl>
<p align="center"><strong>Subject </strong></p>
<blockquote>
<p align="center"><input type="text" size="26" maxlength="256" name="Subject"></p>
</blockquote>
<p align="center"><strong>Enter your comments in the space provided below:</strong></p>
<dl>
<dd>
<p align="center"><textarea name="Comments" rows="5" cols="42"></textarea></dd>
</dl>
<p align="center"><strong>Tell me how to get in touch with you:</strong></p>
<dl>
<dd>
<table>
<tr>
<td align="right">
<p align="center">   ; & nbsp; &nb sp;   ; & nbsp; Name</td>
<td>
<p align="center"><input type="text" size="35" maxlength="256" name="Username"></td>
</tr>
<tr>
<td align="right">
<p align="center">   ; & nbsp; &nb sp;   ; & nbsp;
E-mail</td>
<td>
<p align="center"><input type="text" size="35" maxlength="256" name="UserEmail"></td>
</tr>
<tr>
<td align="right">
<p align="center">   ; & nbsp; &nb sp;   ;
Telephone</td>
<td>
<p align="center"><input type="text" size="35" maxlength="256" name="UserTel"></td>
</tr>
<tr>
<td align="right">
<p align="center">   ; & nbsp; &nb sp;   ; & nbsp; FAX</td>
<td>
<p align="center"><input type="text" size="35" maxlength="256" name="UserFAX"></td>
</tr>
</table>
</dd>
</dl>
<dl>
<dd>
<p align="center">
<input type="checkbox" name="ContactRequested" value="ContactRequested">
Please contact me as soon as possible regarding this matter.</dd>
</dl>
<p align="center"><input type="submit" value="Submit Comments">
<input type="reset" value="Clear Form"></p>
</form>
</td>
</tr>
</table>