Forum Moderators: open

Message Too Old, No Replies

I need help, form question

         

Blue_Tetra

5:21 pm on May 21, 2002 (gmt 0)

10+ Year Member



I tried to submit the form I made to my email, but always fail to include the form content.

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

madcat

5:39 pm on May 21, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hey Blue,

You might try putting in a name attribute:

<input type="text/plain" size="25" value=
"Enter your name" name="Name:">

If I understand you correctly, your just not getting the value returned in your email :: If so, the info is looking for a way to be identified.