As was stated, you need some kind of formmail program.
It should look something lik this when you are done.
i happen to use formmail, so that is what it is setup for.
<TD WIDTH="50%">
<FORM METHOD=POST ACTION="/cgi-bin/formmail.cgi">
<input type=hidden name="recipient" value="Webmaster@yoursite.com">
<input type=hidden name="subject" value="what you want the subject line of your e-mail.">
<input type=hidden name="redirect" value="/feedback.html">
<input type="CheckBox" name="what, if anything you want them to check">
The words you want by the check box.
<TABLE border="0" width="390" align="center">
<TR>
<TD ALIGN="RIGHT" width="66"><FONT SIZE="2"
FACE="Arial"><EM><STRONG>Name</STRONG></EM></FONT></TD>
<TD width="314">
<INPUT TYPE="text" SIZE="30" NAME="Name">
</TD>
</TR>
<TR>
<TD ALIGN="RIGHT" width="66"><FONT SIZE="2"
FACE="Arial"><EM><STRONG>E-mail</STRONG></EM></FONT></TD>
<TD width="314">
<INPUT TYPE="text" SIZE="35" NAME="Email">
</TD>
</TR>
<TR>
<TD ALIGN="right" VALIGN="top" width="66"><FONT SIZE="2"
FACE="Arial"><EM><STRONG>Comments</STRONG></EM></FONT></TD>
<TD width="314">
<TEXTAREA NAME="Comments" ROWS="5" cols="40"></textarea>
<p><br>
<INPUT TYPE="RESET" VALUE="Clear the form">
<INPUT TYPE="SUBMIT" VALUE="Submit">
</p>
</TD>
</TR>
</TABLE>
</FORM>