Skip to content

Instantly share code, notes, and snippets.

@perandre
Created October 25, 2013 07:36
Show Gist options
  • Save perandre/7150825 to your computer and use it in GitHub Desktop.
Save perandre/7150825 to your computer and use it in GitHub Desktop.
Mailchimp signup with Email + Firstname + Lastname
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://arbeidoghelse.us2.list-manage.com/subscribe/post?u=f22925cc24e9487c57dde4afa&amp;id=693d9a0faa" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div class="mc-field-group">
<label for="mce-EMAIL">E-post <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="form-text required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">Fornamn </label>
<input type="text" value="" name="FNAME" class="form-text" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Etternamn </label>
<input type="text" value="" name="LNAME" class="form-text" id="mce-LNAME">
</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> <div class="clear"><input type="submit" value="Send" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<!--End mc_embed_signup-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment