Created
October 23, 2012 22:55
-
-
Save LeaVerou/3942297 to your computer and use it in GitHub Desktop.
Testing mailto forms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Testing mailto forms | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="mailto:[email protected]" method="get" enctype="text/plain"> | |
<input name="foo" value="bar" /> | |
<button type="submit">OK</button> | |
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Email content also available:
<input name="body" value="Some Content">
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can even use a subject for your email \o/: