Mailchimp

Mailchimp is a provider for email marketing service. It is included in Footer, standing second from the left to the right.

1. How To Create Mailchimp

Step 1 – Navigate to Mailchimp for Wp -> Forms -> Form Mark-up

Step 2 – In Form Mark-up, re-type this code below in it.

<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>

2. How To Get Mailchimp API Key

Step 1: Log in to your Traveler Admin Account, click on “Mailchimp on WP” -> “Get your API key here”

Step 2: Log in to 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

3. 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="stt-mailchimp-form">
    <input type="email" name="EMAIL" class="form-control" placeholder="Email Address">
    <input type="submit" name="submit" value="Subscribe">
</div> 

4. Add Short Code To Mailchimp

Click on “Theme Setting” -> “Advance Options”, copy the Shortcode from the “Use the shortcode” button above and paste it into “Mailchimp Shortcode Form”

Last updated