Here is an example of what I use for the first two lines of my form mail:
Code:
<form action="http://www.website.com/cgi-bin/FormMail.pl"
method="POST" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="recipient" value="info">
My host added the enctype so check with your host to see if they have recommendations.
The only other mandatory line is the "recipient" . If you get those two lines it should work. The recipient must be the .com email address as well.
Hope that helps