Another method using formmail. (usually provided by most hosts)
Use the below template:
01. Create a table
Create a form using the below code
QUOTE
<form method = "post" action =
"http://www.ugrad.cs.jhu.edu/cgi-bin/cgiwrap/internet/FormMail.pl">
<input type = "hidden" name = "recipient" value = "blank@jhu.edu">
NOTE: usually your host has formmail installed, just go about doing a search, i know netfirms has it. (obviously the form mail i gave above is from my school, and that's my email)
02. Create all the form types you want
radio buttons, text fields, etc..
03. add the send/clear buttons using the following code
QUOTE
<input type = "submit" value = "Send"><br><input type = "reset" value = "Clear Form">
04. close the form
05. close the table