Hello.I have this contact form
<form method="post" action="mailto:">
<label for="nm">Name: </label>
<input type="text" id="nm">
<label for="em">Email: </label>
<input type="text" id="em">
<label for="comm">Your comments: </label>
<textarea id="comm"></textarea>
<br>
<input type="submit" value="Send email">
</form>
When i press submit button message is not sent straight but default email client opens a new window.I don't want that.I want that user could sent message...
OH MY GOD!!!Please help with contact form