28.11.2010, 12:01
BUeno ando armando un webhost y qiero armar un contratar qe llene un Formulario y se envie a X email.
Ya tengo el formulario terminado, pero el envio de mail se me puso dificil, me ayudan?
Como hago qe envie el mail?
Ya tengo el formulario terminado, pero el envio de mail se me puso dificil, me ayudan?
Код HTML:
<div id="page"> <div id="content"> <div class="post"> <h2 align="center" class="Estilo4">Formulario de Contrataciуn </h2> <div class="entry"> <div> <div> <p align="center"><a href="servicios.php" tppabs="servicios.php"></a><a href="servicios.php" tppabs="servicios.php"></a><a href="servicios.php" tppabs="servicios.php"></a><a href="servicios.php" tppabs="servicios.php"></a><a href="servicios.php" tppabs="servicios.php"></a><a href="servicios.php" tppabs="servicios.php"></a></p> <table width="579" height="305" cellpadding="0"> <tr> <td width="203"><div align="right">Servicio:</div></td> <td width="257"><form id="form1" name="form1" method="post" action=""> <label> <select name="select" size="1"> <option selected="selected"><? echo $plan1 ?></option> <option selected="selected"><? echo $plan2 ?></option> <option selected="selected"><? echo $plan3 ?></option> </select> </label> <span class="Estilo5">*</span> </form> </td> </tr> <tr> <td><div align="right">Apellido y Nombre:</div></td> <td><form id="form2" name="form2" method="post" action=""> <label> <input name="textfield" type="text" /> </label> <span class="Estilo5">*</span> </form> </td> </tr> <tr> <td><div align="right">Email:</div></td> <td><form id="form3" name="form3" method="post" action=""> <input name="textfield3" type="text" /> <span class="Estilo5">* <label></label> </span> </form> </td> </tr> <tr> <td><div align="right">Dominio:</div></td> <td><form id="form8" name="form8" method="post" action=""> <label> <input name="textfield7" type="text" /> </label> <span class="Estilo5">*</span> </form> </td> </tr> <tr> </tr> <tr> <td><div align="right">Forma de Pago: </div></td> <td><form id="form11" name="form11" method="post" action=""> <label> <select name="select2" size="1"> <option>Paypal</option> </select> </label> <span class="Estilo5">*</span> </form> </td> </tr> <tr> <td> </td> <td><form id="form12" name="form12" method="post" action=""> <label> <input type="submit" name="Submit" value="Enviar" /> </label> <label> <input type="reset" name="Submit2" value="Borrar" /> </label> </form> </td> </tr> <tr> <td> </td> <td> </td> </tr> </table>