# Mailchimp

Step 1: Setup API Key

![](https://3028035080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCn882iXNlFdOzfgUWR1w%2Fuploads%2FtzE6TjcZzDrtFrteMnlm%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://3028035080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCn882iXNlFdOzfgUWR1w%2Fuploads%2FJEMgpjoiHvo3SDaeKPGY%2FScreen%20Shot%202023-05-09%20at%2015.12.11.png?alt=media&#x26;token=fa7520ab-c557-4867-902c-6019cd1f8a1c" alt=""><figcaption></figcaption></figure>

This is code form:

```
<div class="ova-mc4wp-form-wrapper ">
	<div class="ova-mc4wp-form">
  		<span class="icon"><i aria-hidden="true" class="ovaicon ovaicon-email"></i></span>
    	<input type="email" name="EMAIL" placeholder="Email Address" required />
    	<button type="submit">
     	   <span class="text">SUBSCRIBE</span>
      	   <span class="normal-icon"><i aria-hidden="true" class="fas fa-angle-double-right"></i></span>
           <span class="custom-icon"><i aria-hidden="true" class="fas fa-arrow-right"></i></span>
    	</button>
	</div>

	<label>
    	<input name="AGREE_TO_TERMS" type="radio" value="1" required="">
   	 	<a href="http://ovapt.com/vedhak/wp/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 type="checkbox" name="_mc4wp_lists[]" value="Ovatheme" checked="true"> <span>Ovatheme</span>
    </label>
</p>

```
