Forum Moderators: open
Here is the simple form code I made, but still, it does not work.
<html>
<body>
<form name="myform" action="mailto:myemail@yahoo.com"
method="POST">
<br>
<input type="text/plain" size="25" value=
"Enter your name"><br>
<input type="submit" value="Submit"><br>
</form>
</body>
</html>
Many thanks....
Blue