SyntaxFix
Write A Post
Hire A Developer
Questions
You might use Form tag with action attribute to submit the mailto.
Form
mailto
Here is an example:
<form method="post" action="mailto:[email protected]" > <input type="submit" value="Send Email" /> </form>