✨
vedhak
  • Global
    • Install Theme
    • Update Theme/Plugin
      • Automatic Update
      • Manual Update
    • Support Theme
  • Basic
  • Header Settings
  • Footer Settings
  • Create A Page
  • Typography
  • Color
  • Blog
  • Shop
  • Mailchimp
  • Contact Form
  • Translation
  • Icons
  • Header Footer Elements
  • Vedhak Elements in Elementor
  • Product Elements
  • Product Template Elements
  • Accommodation
    • Create Accommodation
      • Rental Type
        • Rental Type: Day
        • Rental Type: Hour
        • Rental Type: Period of Time
      • General Fields
      • Deposit
      • Features
      • Resources
      • Service
      • Unavailable Time (UT)
      • Advanced Options
      • Other Fields
    • Create Category
    • Settings
    • Custom Taxonomy
    • Custom Checkout Field
    • Create Order in backend
    • Manage Order
    • Check available accommodation
    • Make Product Template with Elementor
  • How to access to checkout page when click "Booking Now" button
Powered by GitBook
On this page

Mailchimp

PreviousShopNextContact Form

Last updated 8 months ago

Step 1: Setup API Key

Step 2: Setup Form

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>