Skip to content

Instantly share code, notes, and snippets.

@jawinn
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save jawinn/656ffb51275f5f314f51 to your computer and use it in GitHub Desktop.

Select an option

Save jawinn/656ffb51275f5f314f51 to your computer and use it in GitHub Desktop.
Add a Subscribe to MailChimp Newsletter Option on Your Contact Form - HTML
<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