M. en E. Noemí López García 1 body> form

Anuncio
M. en E. Noemí López García
<html><head></head><body>
<form method="post" action="enviar_mail.php">
<table style="text-align: left; width: 100%;" cellpadding="3" rules="rows">
<tbody>
<tr>
<td>Nombre:</td>
<td><input type="text" name="nombre" id="nombre" /></td>
</tr>
<tr>
<td>Correo electrónico:</td>
<td><input type="text" name="email1" id="email1" /></td>
</tr>
<tr>
<td>Repite tu correo:</td>
<td><input type="text" name="email2" id="email2" /></td>
</tr>
<tr>
<td>¿Cómo nos conociste?:</td>
<td><select name="conocio" id="conocio">
<option selected="selected"></option>
<option>Un amigo</option>
<option>Un blog</option>
<option>Un buscador</option>
<option>Otros</option>
</select></td>
</tr>
<tr>
<td>Tu pregunta es referente a:</td>
1
M. en E. Noemí López García
<td><label><input type="radio" name="referente" id="ref_web" value="web" />
La Web </label><br />
<label><input type="radio" name="referente" id="ref_fotos" value="fotos" />
Las fotos </label><br />
<label><input type="radio" name="referente" id="ref_asociacion" value="asociacion" />
La asocioación </label></td>
</tr>
<tr>
<td colspan="2">Escribe lo que quieres preguntarnos:</td>
</tr>
<tr>
<td class="centrado" colspan="2">
<textarea cols="50" rows="5" name="consulta"></textarea></td>
</tr>
<tr>
<td class="centrado" colspan="2"><input type="submit" value="Enviar" />
<input type="reset" value="Restablecer" /></td>
</tr>
</tbody>
</table>
</form>
</body></html>
2
Descargar