# Mailchimp

Step 1: Setup API Key

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

Step 2: Setup Form

<figure><img src="https://4286542891-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBH3g5roXjJQZqIBAqM6G%2Fuploads%2FlYTD6PBSq8c30uh2iiD9%2FScreen%20Shot%202023-09-18%20at%2015.46.58.png?alt=media&#x26;token=68e14dab-6747-4231-bf49-87368db4f77f" alt=""><figcaption></figcaption></figure>

This is code form:

```
<div class="ova-subscribe-form-wrapper ">
   <div class="ova-subscribe-form">
       <input type="email" name="email" placeholder="Enter your email" required />
       <button type="submit" value="">
          SUBSCRIBE
       </button>
   </div>
  
   <label>
      <input name="AGREE_TO_TERMS" type="checkbox" value="1" required="">
      I agree that my submitted data is being collected and stored.
   </label>
</div>


<p style="display:none;">
    <label>List choice</label>
    <label>
        <input type="checkbox" name="_mc4wp_lists[]" value="Ovatheme" checked="true"> <span>Ovatheme</span>
    </label>
</p>
```
