Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/07/2008, 09:54
srwallace
 
Fecha de Ingreso: julio-2008
Mensajes: 5
Antigüedad: 15 años, 10 meses
Puntos: 0
mi formulario de contacto no funciona

hola a todos, soy nuevo en el foro y me alegra poder compartir con ustedes mis modestos conocimientos.

El problema radica en que no me funciona el formulario de contacto que tengo en mi web y no tengo ni idea por que, aqui les dejo el codigo form de mi formulario. de antemano muchas gracias.

<form method="POST" name="contacto" enctype="hidden" action="/cgi-bin/formmail.pl">
<p>
<input type="hidden" name="recipient" value="[email protected]"></p>
<p><img border="0" src="cabezotefinal.jpg" width="1024" height="200"></p>
<table border="0" width="100%" id="table1" height="103">
<tr>
<td width="127"><b><font face="Georgia">
<span style="background-color: #00CCFF">TU NOMBRE</span></font></b></td>
<td><!--webbot bot="Validation" b-value-required="TRUE" --><input type="text" name="nombre" size="20" tabindex="0" style="font-family: Bodoni MT Black; font-size: 1em"></td>
</tr>
<tr>
<td width="127" height="25"><b><font face="Georgia">
<span style="background-color: #00CCFF">TU E-MAIL</span></font></b></td>
<td height="25">
<input type="text" name="email" size="60" tabindex="1"></td>
</tr>
<tr>
<td width="127"><b><font face="Georgia">
<span style="background-color: #00CCFF">ASUNTO</span></font></b></td>
<td><input type="text" name="asunto" size="20" tabindex="3"></td>
</tr>
</table>
<p><textarea rows="8" name="area" cols="60">escribe tu mensaje</textarea>&nbsp; <input type="submit" value="Enviar" name="B1">&nbsp;
<input type="reset" value="Restablecer" name="RESTABLECER"></p>
</form>