Pero cuando la probé me reenvió a la página de error de la compañía diciendo que no especificaba el e-mail del recipiente, o algo así. Así que decidí ir a algún foro donde pudiera pedir opiniones. Espero que puedan ayudarme, la forma de contacto es la siguiente (cambié los links por datos entre [ ] con letras en mayuscula para poder enviar el mensaje donde me prohibian los links por ser novato en el foro...):
Código HTML:
<html> <head> <link rel="stylesheet" href="[UBICACION DEL CSS] type="text/css"> <title> Contact </title> </head> <body bgcolor="#FFFFFF" text="#000000"> <td width="565" height="296" align="left" valign="top" class="TextObject"> <h1>Contacting us couldn't be easier...</h1> <form method="post" action="[AQUI VA LA WEB CON EL MENSAJE DE ERROR(CREO)]" name="contact"> <table width="569" border="0" cellpadding="2"> <tr> <td width="139" class="TextObject"> <div align="left">Name : </div></td> <td width="245"> <input type="text" name="Name"> </td> <tr> <td width="139" class="TextObject"> <tr> <td width="139" class="TextObject" valign="top">Mensaje :</td> <td width="245"> <textarea name="Comments" rows="3" wrap="VIRTUAL"></textarea> </td> </tr> <tr> <td class="TextObject" height="2"> </td> <td height="2"> <input name="submit" type="submit" onClick="YY_checkform('contact','Name','#q','0','Name empty');return document.MM_returnValue" value="Submit"> <input type="hidden" name="recipient" value="[MI CORREO ELECTRONICO]"> <input type="hidden" name="subject" value="Forma de contacto desde [MI PAGINA]"> <input type="hidden" name="redirect" value="[PÁGINA PARA INFORMAR QUE EL MENSAJE FUE CORRECTAMENTE ENVIADO"> <input type="hidden" name="sort" value="order:"> <input type="hidden" name="env_report" value="HTTP_USER_AGENT,REMOTE_HOST,REMOTE_ADDR"> </td> </tr> </table> </form> </tr> </table> </body> </html>