hola
he hecho un formulario y quiero que cuando se rellene se clique en el boton y se envie al mail que quiero, pero no consigo hacerlo.
saludos a todos
| |||
Respuesta: enviar formulario html al mail Podrias hacerlo con PHP, O sea que colocas tu pagina html con los campos, y luego va linkeado a una pagina php que es la que envia el mail a una direccion especifica. Puedes buscar en Google, formularios en php saludos |
| ||||
Respuesta: enviar formulario html al mail
__________________ . Eres Autodidacta? Video Tutoriales, Flash, Dreamweaver, Fireworks, Photoshop, XHTML, CSS, PHP, MySQL, etc. |
| |||
Respuesta: enviar formulario html al mail este es el formulario O.O <h1><center><form method="post" action="cgi-bin/script.pl"><span style="color: rgb(255, 165, 0); font-weight: normal; " class="Apple-style-span">REGISTRO PARA EL TORNEO HALO PRO GAMMERS</span></form></center></h1><center><form method="post" action="cgi-bin/script.pl"><span style="color: rgb(255, 165, 0); " class="Apple-style-span"><br /></span> <table border="0"> <tbody> <tr> <td><span style="font-size: medium; color: rgb(33, 191, 215); ">Nombre Del Lider</span></td> <td><input name="Nombre del Clan" type="text" /></td> </tr> <tr> <td><span style="font-size: medium; color: yellow; ">Nombre Del Clan</span></td> <td> <input name="nombre" type="text" /> </td> </tr> <tr> <td><span style="font-size: medium; color: rgb(33, 191, 215); ">Especialidad</span></td> <td><span style="font-size: small; color: yellow; "> Rocket: <input name="Especialidad" type="radio" value="S" /> <br />Sniper <input name="Especialidad" type="radio" value="R" /> </span></td> </tr> <tr> <td><span style="font-size: medium; color: yellow; ">Tiempo De Existencia Del Clan</span></td> <td> <select name="ocupación" type="select-one" value="1 mes"> <option value="1 mes">2 meses</option> <option value="2 meses">3 meses</option> <option value="3 meses">8 meses</option> <option value="8 meses">Mas de un Año</option> <option value="Mas de un Año">Otro Tiempo</option> </select> </td> </tr> <input name="recipient" type="hidden" value="[email protected]" /> <tr> <td><span style="font-size: medium; color: rgb(33, 191, 215); ">Escribe (msn o xfire)</span></td> <td> <textarea rows="3" name="Especifica El Tiempo" type="textarea" value=" Escriba aquí el msn o xfire del clan"> Escriba aquí el msn o xfire del clan</textarea>Enviar </td> </tr> <tr> <td colspan="2"> <input type="submit" value="Enviar" /> </td> </tr> </tbody> </table> </form> </center> |