Skip to content

Instantly share code, notes, and snippets.

View chadwickmeyer's full-sized avatar

Chadwick Meyer chadwickmeyer

View GitHub Profile
@chadwickmeyer
chadwickmeyer / mailChimpForm.html
Last active October 25, 2016 21:34
MailChimp Form Submit
<!--
This is a simple form to submit email and supporting fields to MailChimp.
Requirement: Client must create a "custom" form on mailchimp with these field names before it will accept the form submission...
API Integration is more flexible.
-->
<div class="mailChimpSignup">
<form data-user="{{ signupUser }}" data-id="{{ signupListId }}">
<div class="logo">
<img src="logo.jpg" alt="">
</div>