Configure el FormMail en el servidor de mi web...
Y coloque el siguiente formulario en una pagina de registro...
<table width="250" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="250" height="202" align="center" valign="top"><form name="form" method="POST" action="cgi-bin/FormMail.pl">
<input name="recipient" type="hidden" value="[email protected]">
<input name="subject" type="hidden" value="Formulario de david28">
<input name="redirect" type="hidden" value="form_ok.htm">
<input name="missing_fields_redirect" type="hidden" value="form_error.htm">
<input name="required" type="hidden" value="nombre,email">
<input name="env_report" type="hidden" value="REMOTE_ADDR,REMOTE_HOST,HTTP_USER_AGENT">
<table width="250" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="96" height="20">Nombre</td>
<td width="154" valign="top"><input name="nombre" type="text" maxlength="200"></td>
</tr>
<tr>
<td height="20">E-mail</td>
<td valign="top"><input name="email" type="text" maxlength="100"></td>
</tr>
<tr>
<td height="20">Ciudad</td>
<td valign="top"><input name="ciudad" type="text" maxlength="100"></td>
</tr>
<tr>
<td height="20">País</td>
<td valign="top"><input name="pais" type="text" maxlength="100"></td>
</tr>
<tr>
<td height="20">Asunto</td>
<td rowspan="2" valign="top"><textarea name="asunto" rows="4"></textarea></td>
</tr>
<tr>
<td height="60"></td>
</tr>
<tr>
<td height="23"> </td>
<td valign="top"> <input class="boton" type="submit" name="Submit" value="Enviar">
</td>
</tr>
</table>
</form></td>
</tr>
</table>
Luego de ingresar los datos, en el formulario en el sitio de internet http://www.pevsa.com/registropevsa.htm
da el siguiente error al enviar el formulario:
Error: Bad/No Recipient
There was no recipient or an invalid recipient specified in the data sent to FormMail. Please make sure you have filled in the recipient form field with an e-mail address that has been configured in @recipients. More information on filling in recipient form fields and variables can be found in the README file.
Esto definitivamente tiene que ver con la direccion que recibira el formulario...pero en que sitio del formMail, hay que configurar esta opcion? De acuerdo a lo que lei solo bastaba con indicarla en la forma html...
Agradezco sus comentarios
Jairo Carrizales
Venezuela