I've just made an Email form, but for some reason it won't work. Here is the source.
Source:
Code:
<form
action="mailto:baseball96legend@yahoo.com"
method="POST"
enctype="multipart/form-data"
name="EmailTestForm">
Your Name:
<input type="text" size="20" name="VisitorName">
Your Comment:
<textarea name="VisitorComment" rows="4" cols="20">
</textarea>
<input type="submit" value="Email This Form">
</form>
Does anybody see a problem?