Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created October 23, 2012 22:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save LeaVerou/3942297 to your computer and use it in GitHub Desktop.
Save LeaVerou/3942297 to your computer and use it in GitHub Desktop.
Testing mailto forms
/**
* Testing mailto forms
*/
<form action="mailto:team-devrel@w3.org" method="get" enctype="text/plain">
<input name="foo" value="bar" />
<button type="submit">OK</button>
</form>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
@drublic
Copy link

drublic commented Oct 24, 2012

You can even use a subject for your email \o/:

<input name="subject" value="Some Subject">

@Acconut
Copy link

Acconut commented Oct 24, 2012

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