guarenchetuma Posted September 30, 2011 Report Share Posted September 30, 2011 hola a todos los master de esta gran pagina,... bueno tengo una duda que me esta matando baje un template en html, sencillo pero es lo que necesito, en la pagina contac.htmlviene el codigo del contacto, pero no viene el archivo .php para que se pueda enviar el formulario asi ke como lo puedo hacer, si me pueden orientar... este es el codigo <div id="form-wrapper"> <p>Para cotizar o alguna duda, escribenos. </p> <p id="success">Te responderemos a la brevedad.</p> <form id="contact-form" action="#" method="post" novalidate> <label for="name">Nombre <span>(requerido)</span></label> <input type="text" name="name" id="name" class="form-input" autofocus pattern="[a-zA-Z ]{3,}" maxlength="30" required title="Only letters allowed and between 3-30 characters" /> <label for="email">Email <span>(requerido)</span></label> <input type="email" name="email" id="email" class="form-input" required /> <label for="subject">Consulta <span>(optional)</span></label> <input type="text" name="subject" id="subject" class="form-input" /> <!-- This field is for spam protection --> <label class="antispam" for="antispam">Don't fill up this field</label> <input type="text" name="antispam" class="antispam" /> <label for="message">Mensaje <span>(requerido)</span></label> <textarea name="message" id="message" class="form-input" data-minlength="4" required></textarea> <input class="form-btn" type="submit" value="Enviar Mensaje" /> <p id="loading">Espere ...</p> </form> </div> ojala me puedan ayudar Link to comment Share on other sites More sharing options...
sefirotxx Posted September 30, 2011 Report Share Posted September 30, 2011 juii pero que quieres que haga el archivo.php ? ? que valide?? que te lo envie a un correo ?? que ingrese los datos a una base de datos ??... yo lo que veo ahi es un formulario pelao que no hace nada... puedes buscar en internet instrucciones para lo que necesites, no es dificil... puedes escribir el codigo ahi mismo o puedes en <form id="contact-form" action="#" method="post" novalidate> colocar el archivo destino donde llegaran tus variables por post en action="archivo.php" Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now