tengo este formulario pero no funciona eso creo ¿que error cometi?
<form name="form1" method="post" action="mailto: [email protected]?subject='Inscripcion'" enctype="text/plain">
<p><strong>Nombre</strong>
<input type="text" name="textfield">
</p>
<p><strong>Apellidos</strong>
<input type="text" name="textfield2">
</p>
<p><strong>Fecha de Nacimiento</strong>
<input type="text" name="textfield3">
</p>
<p><strong>Dirección</strong>
<input type="text" name="textfield4">
</p>
<p><strong>Población</strong>
<input type="text" name="textfield5">
</p>
<p><strong>Provincia</strong>
<input type="text" name="textfield6">
</p>
<p><strong>Teléfono fijo</strong>
<input type="text" name="textfield7">
</p>
<p><strong>Teléfono móvil</strong>
<input type="text" name="textfield8">
</p>
<p><strong>Correo electrónico</strong>
<input type="text" name="textfield9">
</p>
<p><strong>Profesión</strong>
<input type="text" name="textfield10">
</p>
<hr>
<p align="center">
<input type="submit" name="Submit" value="Enviar">
</p>
</form>