Skip to content

Instantly share code, notes, and snippets.

@teethnclaws
Created June 30, 2017 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teethnclaws/7c6ad57a731c4f5df930627aab30a972 to your computer and use it in GitHub Desktop.
Save teethnclaws/7c6ad57a731c4f5df930627aab30a972 to your computer and use it in GitHub Desktop.
Mailchimp Bootstrap
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="#PUT-IN-URL" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate form-inline" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group form-group">
<label for="mce-FNAME" class="sr-only">First Name </label>
<input type="text" value="" name="FNAME" class="form-control" id="mce-FNAME" placeholder="First Name">
</div>
<div class="mc-field-group form-group">
<label for="mce-LNAME" class="sr-only">Last Name </label>
<input type="text" value="" name="LNAME" class="form-control" id="mce-LNAME" placeholder="Last Name">
</div>
<div class="mc-field-group form-group">
<label for="mce-EMAIL" class="sr-only">Email Address </label>
<input type="email" value="" name="EMAIL" class="form-control required email" id="mce-EMAIL" placeholder="Email">
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_80eaa86e948880d8e05720a98_a489708aef" tabindex="-1" value=""></div>
<div class="form-group"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary"></div>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
/* bootstrap 3 called in */
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment