✨
Solume
  • Requirements for our theme
  • Global
    • Install Theme
    • 1: Download Theme
    • 2: Install Theme
    • 3: Import Demo Date
      • Automatic Import
      • Manual Import
  • Update Theme/Plugin
    • Automatic Update
    • Manual Update
  • Support Theme
  • Basic
    • Theme Options
      • Typography
      • Color
      • Layout
      • Header
      • Footer
      • Blog
      • Site Identity
  • Update Header
  • Update Footer
  • Portfolio
  • Service
  • Mailchimp
  • Contact Form
  • Translate Words
Powered by GitBook
On this page

Mailchimp

PreviousServiceNextContact Form

Last updated 2 years ago

Step 1: Setup API Key

Step 2: Setup Form

This is code form:

<div class="mc4wp-form">
  <div class="ova-mc4wp-form">
 			<div class="name">
                <input type="text" name="NAME" placeholder="Your Name"/>
                <i class="icomoon icomoon-user-circle"></i>
            </div>
      <div class="email">
          <input type="email" name="EMAIL" placeholder="Email your email..." required />
         <i class="icomoon icomoon-envelope"></i>
      </div>
      <div class="submit">
 		<button type="submit">
          <i aria-hidden="true" class="icomoon icomoon-send"></i>
          <span> Subscribe now</span>
    	</button>
      </div>
    </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>