Skip to content

Instantly share code, notes, and snippets.

@nerdburn
Created December 3, 2014 20:57
Show Gist options
  • Save nerdburn/f0a2c80ecfb76d6a90d6 to your computer and use it in GitHub Desktop.
Save nerdburn/f0a2c80ecfb76d6a90d6 to your computer and use it in GitHub Desktop.
Mastodon - HTML Subscribe Form
<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