# Mailchimp

Step 1: Setup API Key

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

Step 2: Setup Form

![](https://4212765544-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZOiVMEtQvzvKpud2EtLj%2Fuploads%2F51XGWfziB4azJPOvl9ah%2FScreen%20Shot%202022-08-08%20at%204.05.39%20PM.jpg?alt=media\&token=a273aab6-1893-48a8-9bac-37c92f4ac2b3)

This is code form:Subscribe Now

```
<div class="ova-mc4wp-form">		
  <div class="email">
    <input type="email" name="EMAIL" placeholder="Enter your email" required />
  </div>
  <div class="submit">
    <button type="submit">
      <span>Subscribe Now</span>
    </button>
  </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>

```
