Ver Mensaje Individual
  #6 (permalink)  
Antiguo 17/07/2015, 06:51
bombinetto
 
Fecha de Ingreso: diciembre-2010
Ubicación: Venezuela
Mensajes: 22
Antigüedad: 13 años, 4 meses
Puntos: 0
Respuesta: formulario validar y enviar por email ...???

Cita:
Iniciado por xfxstudios Ver Mensaje
si amigo debe colocarlos por aca
voy a envar en dos partes

Formulario html a llenar

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Formula</title>
<link rel="stylesheet" href="file:///I:/Wordpress/respaldo%20de%20oficio%20y%20matrimonio%20tony/estilos.css">
</head>
<body>

<br>
<div id="contenedor">
<form action="formulario.php" method="post">
<table align="center" width="437" border="0" cellspacing="0" cellpadding="0" style="border-left-width: 0px; border-bottom-width: 0px">
<tr>
<td width="150">
<p align="right">Nombre: </td>
<td>
<input type="text" name="nombre" placeholder="Escriba su nombre" size="23"></td>
</tr>
<tr>
<td width="150">
<p align="right">Correo: </td>
<td><input type="email" name="correo" placeholder="Su correo" size="23"></td>
</tr>
<tr>
<td width="150">
<p align="right">N&uacutemero de&nbsp; Invitados: </td>
<td><input type="text" name="numero" placeholder="Numero" size="23"></td>
</tr>
<tr>
<td width="150" style="border-bottom-style: none; border-bottom-width: medium">
<p align="right">Su Confirmaci&oacuten: </td>
<td>
<textarea cols="22" rows="6" name="contenido" placeholder="Escriba en este lugar" ></textarea></td>
</tr>
<tr>
<td width="150" height="59" style="border-style: none; border-width: medium">&nbsp;</td>
<td style="border-left-style: none; border-left-width: medium"><input id="boton" type="submit" name="boton" value="Enviar Confirmacion"></td>
</tr>
</table>
</form>

</div>
</body>
</html>