Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/12/2012, 12:48
Avatar de flashmax
flashmax
 
Fecha de Ingreso: julio-2012
Ubicación: Bs.As. Argentina
Mensajes: 507
Antigüedad: 11 años, 9 meses
Puntos: 86
Respuesta: enviar formulario we

hola solo faltaría el php para recoger los datos y enviar el mail
Código HTML:
<form action="enviar.php" method="post"> 
<center><table border="1" bgcolor="#C0C0C0" bordercolor="#969696">
<tr>
<th colspan="2" bgcolor="red" bordercolor="black"><h3>Por favor, rellena estos datos</h3> </th>
</tr>

<tr>
<th>Nombre:</th>
<td><input type="text" name="Nombre" /></td>
</tr>
<tr>
<th>Apelleidos:</th>
<td><input name="apellidos" type="text" id="apellidos"/></td>
</tr>

<tr>
<th>E-mail:</th>
<td><input name="mail" type="text" id="email"/></td>
</tr>
<tr>
<th>Tlf:</th>
<td><input name="telefono" type="text" id="telefono"/></td>
</tr>

<tr>
<tr>
<th>Asunto:</th>
<td><input name="asunto" type="text" id="asunto"/></td>
</tr>

<tr>
<th >Mensaje:</th>
<td><textarea name="comentario" rows="10" cols="20"></textarea></td>

</tr>
<tr>
<th>¿Como prefieres que nos pongamos en contacto contigo?</th>
<td>
<center><input name="tlf" type="checkbox" />Por tlf
<input name="Email" type="checkbox" />E-mail</center>


</td>
</tr>

<tr>
<td align="right">
<input type="submit" name="enviar" value="Enviar"/> </td>


<td> <input type="reset" name="borrar" value="borrar"/>
</td>
</tr>



</table></center> 
__________________
Saludos!
----------------------------------------------------------