Created
December 3, 2014 20:57
-
-
Save nerdburn/f0a2c80ecfb76d6a90d6 to your computer and use it in GitHub Desktop.
Mastodon - HTML Subscribe 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
<form action="http://www.mastodonmail.com/s/yourListKeyHere" method="post"> | |
<input type="hidden" name="mmSuccessUrl" value="yourWebSiteGoesHere" /> | |
<p><input name="mmName" type="text" placeholder="Name" /></p> | |
<p><input name="mmEmail" type="email" placeholder="Email" required /></p> | |
<p><button type="submit">Subscribe</button></p> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment