Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/05/2012, 15:07
Avatar de labregamusiclbm
labregamusiclbm
 
Fecha de Ingreso: abril-2012
Ubicación: La romana
Mensajes: 11
Antigüedad: 12 años
Puntos: 0
formulario y encuesta

hola a todos quisiera una ayudita por favor es que recientemente he hecho este formulario y quiero que cuando le de a enviar me envié los datos directamente a mi correo, ya tengo mi cuenta SMTP pero no se donde poner esos datos.

este es el código:


<html>

<head>
<title>ENCUESTA ELECTORAL</title>
</head>

<body>
<h1 style="color: red" >ENCUESTA ELECTORAL</h1>

<form action="mailto:[email protected]" method="post" enctype="text/plain">

Nombre::::<input type="text" value="Nombre" size="30" maxlength="20"><br>
Correo::::::<input type=text value=@ size="30"><br><br>
Sexo::::::::::<select name="sexo">
<option value="1">Hombre</option>
<option value="2">Mujer</option>
<option value="3">No se</option>
</select>

Edad::::::::::::::<select name="edad">
<option value="1">18-20</option>
<option value="2">20-25</option>
<option value="3">25-30</option>
<option value="4">30-35</option>
<option value="5">35-40</option>
<option value="6">+ 40</option>
</select>
<br>
<h4>Tu voto Es Por:

<input type="radio" name="partido preferido" value="1">PLD
<input type="radio" name="partido preferido" value="2">PRD
<input type="radio" name="partido preferido" value="3">NINGUNO

<h4>

<h4>
A Cuales de las siguentes razones atribuyes tu voto:<br><br>
<input type="checkbox" name="atribuciones al voto" value="1"> Es Un partido Solido<br>
<input type="checkbox" name="atribuciones al voto" value="2"> Su candidato inspira confianza<br>
<input type="checkbox" name="atribuciones al voto" value="3"> Quiero que R.D Siga avanzando<br>
<input type="checkbox" name="atribuciones al voto" value="4"> Necesitamos un Cambio<br>
<input type="checkbox" name="atribuciones al voto" value="5"> Para que las cosas sigan como esta<br>
<input type="checkbox" name="atribuciones al voto" value="6"> Pienso en el Futuro de R.D<br>
<input type="checkbox" name="atribuciones al voto" value="7"> No me interasa nada<br>
</h4>

<h4> Escribe tu opinion personal<br>
<textarea name="opinion peronal" cols="30"></textarea>
</h4>

<input type="reset" value="borrar campos">
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp <input type="image" src="boton.png" align="middle">




</form>
</body>
</html>




este es el link donde esta alojado: http://www.prueba.labregamusic.info/