new to dreamweaver forms please help
***EDITED BY O~SNAPPLE PLEASE USE TAGS WHEN POSTING CODE***
I am trying to get a feedback form to work but cannot figure it out here is the code please help
[html]
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="_private/feedback.txt" S-Format="TEXT/TSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE" S-Email-Address="kenb@rallysocks.com" B-Email-Label-Fields="FALSE" S-Date-Format="%d %b %Y" S-Time-Format="%H:%M:%S" S-Builtin-Fields="REMOTE_NAME REMOTE_USER HTTP_USER_AGENT Date Time" -->
<p class="style5">
<input type="hidden" name="acctid" value="h2icw8jbdze7v7bj">
<input type="hidden" name="formid" value="64879">
<input type="hidden" name="required_vars" value="name,field-9dc514662eb4aa76a,email">
</p>
<p class="style5"><span class="style3"><strong>Please choose the most accurate service. </strong>
<select name="Subject" size="1">
<option selected>Advice</option>
<option>Mock Trial</option>
<option>Dispute</option>
<option>Comments</option>
<option>(Other)</option>
</select>
Other:
<input type="text" size="26" maxlength="256" name="SubjectOther">
</span></p>
<p class="style3"><strong>Enter your case and or comments in the space provided below:</strong></p>
<dl class="style3">
<dd><textarea name="Comments" rows="5" cols="42"></textarea></dd>
</dl>
<p class="style3"><strong>Tell us how to get in touch with you:</strong></p>
<dl class="style3">
<dd>
<table>
<tr>
<td><strong>Name</strong></td>
<td>
<input type="text" size="35" maxlength="256" name="Username"></td>
</tr>
<tr>
<td><strong>E-mail</strong></td>
<td>
<input type="text" size="35" maxlength="256" name="UserEmail"></td>
</tr>
<tr>
<td><strong>Age</strong></td>
<td><input type="text" size="35" maxlength="256" name="UserTel"></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</dd>
</dl>
<dl>
<dd class="style3">
<input type="checkbox" name="ContactRequested" value="ContactRequested">
Please contact me as soon as possible regarding this matter.</dd>
</dl>
<p><input type="submit" value="Submit Comments">
<input type="reset" value="Clear Form"></p>
</form>
[/html]
|