Created
February 26, 2015 17:11
-
-
Save neuman/875b2092b5048a9aa1b5 to your computer and use it in GitHub Desktop.
bootstrap_mailchimp_form.html
This file contains hidden or 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
<div class="col-lg-12"> | |
<h2 class="section-heading">Be the first to find out.</h2> | |
<div id="mc_embed_signup"> | |
<form action="//onemonth.us1.list-manage.com/subscribe/post?u=146c16ed7f6726f54d234b212&id=edb5855387" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> | |
<div class="form-group"> | |
<input type="email" value="" name="EMAIL" class="email form-control" id="mce-EMAIL" placeholder="email address" required style="width: 300px;"> | |
</div> | |
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary"> | |
</form> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment