Mailchimp
Mailchimp is a provider for email marketing service. It is included in Footer, standing second from the left to the right.
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>
Step 1: Log in to your Traveler Admin Account, click on “Mailchimp on WP” -> “Get your API key here”

- 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

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


Last modified 3mo ago