Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/12/2008, 11:56
jcweb
 
Fecha de Ingreso: diciembre-2008
Mensajes: 18
Antigüedad: 15 años, 3 meses
Puntos: 0
Respuesta: Ayuda con formulario

Gracias Buzu. Acá va el código del que NO me funciona:

<p class="Estilo2" align="center">Completa el siguiente formulario, me contactaré contigo para brindarte toda la información que necesites
<label></label>
</p>
<div id="apDiv7">
<form id="form1" name="form1" method="post" action="">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><span class="Estilo12"><br />
Nombres:</span>
<label>
<input type="text" name="name" id="name" />
</label>
</p>
<p align="center">
<label><span class="Estilo12">Tu Email:</span>
<input type="text" name="email" id="email" />
</label>
</p>
<p align="center">
<label>
<input type="submit" name="button" id="button" value="Suscribir" />
</label>
</p>
<p align="right">
<input type="hidden" name="user_id" value="1" />
<input type="hidden" name="redirect" value="http://www.dineroenlaweb.com/gracias.html" />
<br />
<br />
</p>
</form>
</div>
<p class="Estilo2" align="center"><img src="formulario-1.jpg" alt="image" width="399" height="351" /></p>
<div id="apDiv8">


Muchas gracias.