Last active
March 16, 2017 15:18
-
-
Save ryanshoover/f4c59adbd499cbd1965d5d10d606e3f2 to your computer and use it in GitHub Desktop.
Velocitize Subscribe Button
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
| <!-- | |
| 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&id=c42a252727" method="post" target="_blank"> | |
| <input type="hidden" value="{{CONTACT.EMAIL_ADDRESS}}" name="EMAIL"> | |
| <input type="submit" value="Get Velocitize →" 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