-
Form Help Needed
How Do I Make A Form For My Website Where People Can Submit Things.
I Made This One But It Dousnt Work
:L
HTML Code:
<form methord="post" action="mailto:MYEMAIL">
<input type="text" value="Your Name Here" name="name">
<textarea cols=30 rows=6 name="comments">Comments Here</textarea>
<input type="submit" value="send">
</form>
-
<form methord="post" action="mailto:MYEMAIL">
<input type="text" value="Your Name Here" name="name">
<textarea cols=30 rows=6 name="comments">Comments Here</textarea>
<input type="submit" value="send">
</form>
Edit stuff in red.
-
Its because most browsers dont support the mailto as the action