Last active
August 29, 2015 14:06
-
-
Save jawinn/656ffb51275f5f314f51 to your computer and use it in GitHub Desktop.
Add a Subscribe to MailChimp Newsletter Option on Your Contact 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
| <input class="txt" title="First Name" name="firstName" type="text" /> | |
| <input class="txt" title="Last Name" name="lastName" type="text" /> | |
| <input name="emailUpdates" type="radio" value="Yes" /> Yes | |
| <input checked="checked" name="emailUpdates" type="radio" value="No" /> No I would not like to receive email updates. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment