Te dejo el formulario que uso yo: (usando el CGI de melodysoft)
Código:
<table width="53%" border="1" cellspacing="0" cellpadding="0" height="20">
<tr>
<td bordercolor="#999999" bgcolor="#E4E7F6" height="338">
<FORM name=comentarios action=http://www.melodysoft.com/cgi-bin/form.cgi method=post>
<div align="center">
<p>
<INPUT type=hidden value=[email protected] name=recipient>
<INPUT type=hidden value=http://www.pagina_confirmacion_de_envio.htm name=redirect>
<INPUT type=hidden value=Asunto name=subject>
</p>
</div>
<TABLE cellSpacing=0 cellPadding=0 width="53%" align=center border=0 bordercolor="#666666">
<TBODY>
<TR>
<TD width="17%"><font>Nombre:</font></TD>
<TD width="83%">
<INPUT maxLength=35 size=20 name=nombre>
</TD>
</TR>
<TR>
<TD><font>Apellido:</font></TD>
<TD>
<INPUT maxLength=35 size=20 name=apellido></TD>
</TR>
<TR>
<TD height=20><font>e-mail:</font></TD>
<TD height=20>
<INPUT maxLength=70 size=20 name=email></TD>
</TR>
<TR>
<TD colspan="2" height=113>
<textarea name=comentarios rows=5 wrap=VIRTUAL cols=35></textarea>
</TR>
<TR>
<TD colspan="2" height=31>
<DIV align=center>
<INPUT type=submit value=Enviar name=enviar>
<INPUT type=reset value=Borrar name=borrar></DIV>
</TD>
</TR>
</TBODY>
</TABLE>
</FORM></td>
</tr>
</table>
Lo copias tal cual, solo cambia las cosas que estan en negrita! (además de los colores y los tamaños, Obviamente!)
Existen más simples!!, pero este es copiar y pegar!
esta "basado" en el formulario de un usuario del foro que no recuerdo, pero lo ofreció para su libre uso (hace tiempo)
Saludos! :cantar: