# Mailchimp

Step 1: Setup API Key

![](https://content.gitbook.com/content/crAuSUKI6AvBGkZZxszS/blobs/m0uWa1AUMjv1lHtBY19x/Screen%20Shot%202022-05-09%20at%204.01.11%20PM.jpg)

Step 2: Setup Form

<figure><img src="https://3576907402-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcrAuSUKI6AvBGkZZxszS%2Fuploads%2F1Jmhb5HTv3546Sfq81wF%2FScreen%20Shot%202023-08-15%20at%2011.48.57.png?alt=media&#x26;token=66590910-9bfe-413a-a0c2-1d9315a3273c" alt=""><figcaption></figcaption></figure>

This is code form:

```
<div class="ova-mc4wp-form">
  <input type="email" name="EMAIL" placeholder="Email Address" required />
  <button type="submit">
    Subscribe <i class="fas fa-chevron-right" aria-hidden="true"></i>
  </button>
</div>
<p style="display:none">
    <label>List choice</label>
    <label>
        <input type="checkbox" name="_mc4wp_lists[]" value="Ovatheme" checked> <span>Ovatheme</span>
    </label>
</p>

```
