> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/tripgo/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/tripgo/other-settings/mailchimp.md).

# Mailchimp

Step 1: Setup API Key

![](/files/2uj7oVxa2wH7UUhERFqa)

Step 2: Setup Form

![](/files/8sDIljxhCQwndyX7uCfC)

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>

```
