Skip to content

Instantly share code, notes, and snippets.

@yukulele
Forked from LeaVerou/dabblet.css
Created November 8, 2012 14:03
Show Gist options
  • Save yukulele/4038980 to your computer and use it in GitHub Desktop.
Save yukulele/4038980 to your computer and use it in GitHub Desktop.
Testing mailto forms
/**
* Testing mailto forms
*/
<form action="mailto:[email protected],[email protected];[email protected]" method="get" enctype="text/plain">
<input type=hidden name="subject" value="titre1" />
<input type=hidden name="subject" value="titre2" />
<input type=hidden name="to" value="[email protected],[email protected]" />
<input type=hidden name="to" value="[email protected];[email protected]" />
<input type=hidden name="cc" value="[email protected],[email protected]" />
<input type=hidden name="body" value="123456" />
<button type="submit">Email</button>
</form>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment