> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/qomfort/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ova-themes.gitbook.io/qomfort/mailchimp.md).

# Mailchimp

Step 1: Setup API Key

![](/files/2uj7oVxa2wH7UUhERFqa)

Step 2: Setup Form

<figure><img src="/files/A85XD75nNmzhYiiCfkg6" 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>

```
