✨
aovis
  • Global
    • Install Theme
  • Update Theme/Plugin
    • Automatic Update
    • Manual Update
  • Support Theme
  • Basics
    • Header Settings
    • Footer Settings
    • Create A Page
    • Typography
    • Color
    • Blog
    • Mailchimp
    • Contact Form
    • Translation
    • Icons
    • Header Footer Elements
    • Aovis Elements in Elementor
  • Movie
    • READ FIRST
    • Manage Movie
    • Manage Room
    • Manage Showtime
    • Setup movie ticket booking process
    • Manage Bookings
    • Manage Tickets
    • Manage Cast
    • Settings
  • Events
    • Page 1
    • Settings
    • Category
    • Event
  • Scan QR Code
    • READ FIRST
    • Application
    • Website
Powered by GitBook
On this page
  1. Basics

Mailchimp

PreviousBlogNextContact Form

Last updated 8 months ago

Step 1: Setup API Key

Step 2: Setup Form

This is code form:

<div class="ova-subscribe-form-wrapper ">
   <div class="ova-subscribe-form">
       <input type="email" name="EMAIL" placeholder="Email Address" required />
       <button type="submit" value="">
          <i class="fas fa-location-arrow"></i>
       </button>
   </div>
  
   <label>
      <input name="AGREE_TO_TERMS" type="radio" value="1" required="">
      <a href="https://demo.ovatheme.com/aovis/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 name="_mc4wp_lists[]" type="checkbox" value="Ovatheme" checked="true"> <span>Ovatheme</span>
    </label>
</p>