Skip to content

Instantly share code, notes, and snippets.

@ryanshoover
Last active March 16, 2017 15:18
Show Gist options
  • Select an option

  • Save ryanshoover/f4c59adbd499cbd1965d5d10d606e3f2 to your computer and use it in GitHub Desktop.

Select an option

Save ryanshoover/f4c59adbd499cbd1965d5d10d606e3f2 to your computer and use it in GitHub Desktop.
Velocitize Subscribe Button
<!--
TO DO: Replace the value {{CONTACT.EMAIL_ADDRESS}} with whatever templating tag you use to insert the
receiver's email address into the email.
-->
<!-- Begin MailChimp Signup Form -->
<style type="text/css">
#mc-embedded-subscribe:hover, #mc-embedded-subscribe:focus {background: #333;}
</style>
<form action="https://velocitize.us1.list-manage.com/subscribe/post?u=97713b16d0e25d9d4cc92a2a9&amp;id=c42a252727" method="post" target="_blank">
<input type="hidden" value="{{CONTACT.EMAIL_ADDRESS}}" name="EMAIL">
<input type="submit" value="Get Velocitize &rarr;" name="subscribe" id="mc-embedded-subscribe" style="display: block;background: #000000;color: #ffffff;padding: 15px 25px;text-transform: uppercase;border-radius: 3px;border: 0;box-shadow: none;font-size: 16px;cursor: pointer;">
</form>
<!-- End MailChimp Signup Form -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment