Viewing 2 replies - 1 through 2 (of 2 total)
  • We had the same question and noticed no-one has provided any answers for this popular question. We did some research and got it all working, here’s the info for others –

    1.Where can I find the Mail Chimp action url?
    Check this link ( step 1 – 10) -> LINK

    Put that action url in the admin section and then you will have to change the id of email field as well, we did this directly in code as UI had no option to provide it and we removed the name field as well.

    Here’s what we have in templates/yith-newsletter-popup.php

    <ul class="newsletterfields">
                                    <li class="newsletterbottom">
                                        <input type="text" name="EMAIL" id="mce-EMAIL" class="email-field text-field" placeholder="<?php echo get_option('yith_newsletter_popup_email_label') ?>" />
                                    </li>
                                </ul>

    After that MailChimp will be integrated and things should work fine.
    HTH,
    Mick

    I got this to work by getting the embedded code from mail chimp from the custom forms section. Then i pasted it into the html box of the pop up settings. Was fairly easy to be honest.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mailchimp integration’ is closed to new replies.