<html>
<head>
</head>
<body>
<form name="formulario" action="mailto:[email protected]">
<p>Nombre:
<input type="text" name="Nombre">
</p>
<p> Apellidos
<input type="text" name="textfield">
</p>
<p><br>
Introduce aquí el texto:
<input type="submit" name="boton" value="Enviar">
</p>
</form>
</body>
</html
estoy haciendo un formulario para que me hagan pedidos,el problema es que cuando pulsan en el boton enviar se abre el microsoft outlook , lo que quiero es que se envie directamente a mi correo.
gracias de antemano