By adding the Mailchimp API key, you can easily activate email services (Newsletter, Contact Us, etc).
Step 1: To integrate your Mailchimp API Key Navigate to Dashboard -> MC4WP click on Get your API key here
Step 2: Log in to your Mailchimp account, now generate & copy your API Key
Step 3: Navigate to your WordPress Window, Paste your API Key in the API Key textbox, and click on the Save Changes button.
After creating an API Key successfully, it’s time to add a new Subscribe Form using Mailchimp. To do that, Navigate To: MC4WP -> Form -> Create New Form
Copy this HTML code and follow the steps shown in the screenshot.
<div class="newsletter-form"> <div class="form-group mb-0"> <input type="email" class="form-control" name="EMAIL" placeholder="Your email address" required=""> <input type="submit" value="Subscribe"> </div> </div>
- Navigate/Edit the page where want to display the Newsletter block.
- Add Newsletter Block.
- Add the copied short code in the news letter block
The output of the Newsletter Block will be as mentioned in the screenshot.