HTML Code:
<form method="post" name="confess_rate" action="?do=voting">
<input type="hidden" name="$confessionid">
<input type="hidden" name="$bbusername">
<table width="80%">
<tr>
<td align="center" colspan="2" nowrap>
<smallfont>rate how good you think this confession is</smallfont><br />
<input type="radio" name="rate" value="1" onclick="document.confess_rate.submit()">
<input type="radio" name="rate" value="2" onclick="document.confess_rate.submit()">
<input type="radio" name="rate" value="3" onclick="document.confess_rate.submit()">
<input type="radio" name="rate" value="4" onclick="document.confess_rate.submit()">
<input type="radio" name="rate" value="5" onclick="document.confess_rate.submit()">
<input type="radio" name="rate" value="6" onclick="document.confess_rate.submit()">
<input type="radio" name="rate" value="7" onclick="document.confess_rate.submit()">
<input type="radio" name="rate" value="8" onclick="document.confess_rate.submit()">
<input type="radio" name="rate" value="9" onclick="document.confess_rate.submit()">
<input type="radio" name="rate" value="10"onclick="document.confess_rate.submit()">
</td>
</tr>
<tr>
<td align="left" width="50%"><smallfont>Saint</smallfont></td>
<td align="right" width="50%"><smallfont>Sinner</smallfont></td>
</tr>
<tr>
<td align="center" colspan="2"><br>
<smallfont>this confession currently has a rating of $confession_avg_rate</smallfont>
</td>
</tr>
</table>
</form>
is the form that submits the data