Mailchimp Form Structure
To getting started, Follow the steps below:
<div class="wpg-mailchimp">
<p>
<input type="email" name="EMAIL" placeholder="Email Address" required="">
</p>
<p>
<input type="submit" value="Subscribe">
</p>
</div>
<p>
<label>
<input name="AGREE_TO_TERMS" type="checkbox" value="1" required="">I have read and agree to the terms & conditions
</label>
</p>Last updated