Skip to content

Instantly share code, notes, and snippets.

@whatnickcodes
Last active August 29, 2015 14:17
Show Gist options
  • Save whatnickcodes/726482cf33243f87bf37 to your computer and use it in GitHub Desktop.
Save whatnickcodes/726482cf33243f87bf37 to your computer and use it in GitHub Desktop.
email-example.html
<form action="//empoweredwomen.us10.list-manage.com/subscribe/post?u=fb1fe75123478ceee1b8e3387&amp;id=59ea85d8ee" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" required>
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div class="mc-field-group">
<label for="mce-MMERGE3">Zip code </label>
<input type="text" value="" name="MMERGE3" class="" id="mce-MMERGE3">
</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>
<!-- 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_fb1fe75123478ceee1b8e3387_59ea85d8ee" tabindex="-1" value="">
</div>
<div class="clear">
<button type="submit" class="btn-base btn-action">Submit</button>
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment