Skip to content

Instantly share code, notes, and snippets.

@sabaraouf
Last active August 29, 2015 13:56
Show Gist options
  • Save sabaraouf/e80f34a8f09af6a6e658 to your computer and use it in GitHub Desktop.
Save sabaraouf/e80f34a8f09af6a6e658 to your computer and use it in GitHub Desktop.
Mailchimp form
<div class="message"></div>
<form role="form" method="post" id="subscribe">
<input type="email" id="email" name="email" placeholder="you@yourself.com" value="">
<button type="submit">SUBSCRIBE</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment