-
-
Save yukulele/4038980 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],[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> |
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"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment