Por ahora tengo esto:
Cita:
He leido que se podria hacer con php o no se la verdad, alguien podria decir cual seria la mejor solucion ? <form action="mailto:[email protected]" method="post" enctype="text/plain">
<LABEL for="Nombre">Nombre y Apellidos: </LABEL><br><input type="text" name="Nombre"> <br><br>
<LABEL for="Correo">Correo Electronico: </LABEL><br><input type="text" name="Correo"><br><br>
<LABEL for="Comentario">Comentario: </LABEL><br><textarea name="comentario" rows="10" cols="40"></textarea><br><br>
<input type="submit" value="Enviar"><input type="reset" value="Borrar">
</form>
<LABEL for="Nombre">Nombre y Apellidos: </LABEL><br><input type="text" name="Nombre"> <br><br>
<LABEL for="Correo">Correo Electronico: </LABEL><br><input type="text" name="Correo"><br><br>
<LABEL for="Comentario">Comentario: </LABEL><br><textarea name="comentario" rows="10" cols="40"></textarea><br><br>
<input type="submit" value="Enviar"><input type="reset" value="Borrar">
</form>
Gracias