Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje08-10-2011, 18:45 (UTC)    
Título del mensaje: formulario en tu web

Este es el código

vista previa:http://nuestrasxarlas.es.tl/ViSTas-PrEvIaS-aPoRtEs.htm
Código:

<form action="enviar.php" method="post" name="fvalida">
    Nombre y apellidos <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" b-value-required="TRUE" i-minimum-length="25" i-maximum-length="25" --><input maxlength="45" size="45" name="Nombre" type="text" /><br />
    <br />
    D.N.I. <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="7" i-maximum-length="12" --><input maxlength="12" size="18" name="DNI" type="text" />&nbsp; Correo electr&oacute;nico <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="8" --><input size="25" name="Correo" type="text" /><br />
    <br />
    <br />
    Mensaje <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="25" --><textarea title="Drag your image files here to host them on ImageShack&reg;" rows="3" cols="45" name="Mensaje"></textarea><br />
    <br />
    <input type="submit" value="  Enviar  " /> <input type="reset" name="REESTABLECER" value="Borrar" /> <br />
    <br />
    <br />
    &nbsp;
</form>


Ultima edición por nuestrasxarlas el Sab Oct 08, 2011 4:33 pm; editado 1 vez
Mensaje08-10-2011, 19:16 (UTC)    
Título del mensaje: Re: [HTML]Implementar captcha en formulario HTML

No lo veo al captcha
Mensaje08-10-2011, 23:43 (UTC)    
Título del mensaje:

Hola amigo! No creo que el código funcione... porque necesita la acción de un archivo PHP, del cual tampoco conocemos los códigos ni el lugar donde está hosteado...

Cita:
<form action="enviar.php" method="post" name="fvalida">
Nombre y apellidos <!--webbot bot="Validation" s-data-type="String" b-allow-letters="TRUE" b-value-required="TRUE" i-minimum-length="25" i-maximum-length="25" --><input maxlength="45" size="45" name="Nombre" type="text" /><br />
<br />
D.N.I. <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="7" i-maximum-length="12" --><input maxlength="12" size="18" name="DNI" type="text" />&nbsp; Correo electr&oacute;nico <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="8" --><input size="25" name="Correo" type="text" /><br />
<br />
<br />
Mensaje <!--webbot bot="Validation" b-value-required="TRUE" i-minimum-length="25" --><textarea title="Drag your image files here to host them on ImageShack&reg;" rows="3" cols="45" name="Mensaje"></textarea><br />
<br />
<input type="submit" value=" Enviar " /> <input type="reset" name="REESTABLECER" value="Borrar" /> <br />
<br />
<br />
&nbsp;
</form>

______________


Ultima edición por insaniquarium-deluxe el Sab Oct 08, 2011 7:43 pm; editado 1 vez
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group