Mailchimp
Last updated
Last updated
Step 1: Setup API Key
Step 2: Setup Form
This is code form:
<div class="mc4wp-form">
<div class="ova-mc4wp-form">
<div class="name">
<input type="text" name="NAME" placeholder="Your Name"/>
<i class="icomoon icomoon-user-circle"></i>
</div>
<div class="email">
<input type="email" name="EMAIL" placeholder="Email your email..." required />
<i class="icomoon icomoon-envelope"></i>
</div>
<div class="submit">
<button type="submit">
<i aria-hidden="true" class="icomoon icomoon-send"></i>
<span> Subscribe now</span>
</button>
</div>
</div>
</div>
<p style="display:none">
<label>List choice</label>
<label>
<input name="_mc4wp_lists[]" type="checkbox" value="a328b7e698" checked="true"> <span>Ovatheme</span>
</label>
</p>