How To Get Mailchimp API Key
Step 1: Log in your Traveler Admin Account, click on “Mailchimp on WP” -> “Get your API key here”
Step 2: Log in your MailChimp account http://login.mailchimp.com
- Navigate to Profile -> Account -> Extras -> API Keys
- Click on Create a Key
- Copy the API key code and paste on your website > MailChimp for Wp > MailChimp
- Click on “MailChimp for WP” -> “Forms” -> “Setting” and check the list you want to assign to the form
Customize The Form
Navigate to “MailChimp for WP” -> “Forms” and create your form using the tools provided by the MailChimp plugin.
Form html:
<div class=”subcribe-form”>
<div class=”form-group”>
<input type=”email” name=”EMAIL” class=”form-control” placeholder=”Your Email”>
<input type=”submit” name=”submit” value=”Subcribe”>
</div>
</div>
Add Short Code To Mailchimp
Click on “Theme Setting” -> “Advance Options” , copy the Shortcode from “Use the shortcode” button above and paste into “Mailchimp Shortcode Form”