# Mailchimp

Step 1: Setup API Key

![](https://2378307249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0hrVNrJA5xnVtB6FlF7I%2Fuploads%2FrOY6d8CJV7Fm7Apc26ni%2FScreen%20Shot%202022-05-09%20at%204.01.11%20PM.jpg?alt=media\&token=ea0b7b15-f69f-4de6-a7c1-5e273cdd999f)

Step 2: Setup Form

<figure><img src="https://2378307249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0hrVNrJA5xnVtB6FlF7I%2Fuploads%2FcWXQKjwIUMyRnOU6DRoa%2FScreen%20Shot%202023-04-04%20at%2011.29.36.png?alt=media&#x26;token=dfced081-b3cc-4c54-b2ed-9b61ba192fdf" 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="Email Address" required />
       <button type="submit" value="">
          <i class="fas fa-location-arrow"></i>
       </button>
   </div>
  
   <label>
      <input name="AGREE_TO_TERMS" type="radio" value="1" required="">
      <a href="https://demo.ovatheme.com/aovis/privacy-policy/" target="_blank">
        I agree to all terms and policies of the company
      </a>
   </label>
</div>
<p style="display:none">
    <label>List choice</label>
    <label>
        <input name="_mc4wp_lists[]" type="checkbox" value="Ovatheme" checked="true"> <span>Ovatheme</span>
    </label>
</p>
```
