• Resolved pandamedia

    (@pandamedia)


    Hi,

    I’m trying to set up the plugin with Contact form 7 without success.

    I followed instructions here :
    https://www.mc4wp.com/kb/connecting-contact-form-7-and-mailchimp/

    I tried with checkbox shortcode and with hidden field on my newsletter form.

    I tried to subscribe, each time no data is sent to Mailchimp !

    In the Contact Form 7 integration of the plugin, I have well verified that my list was checked.

    I even try to manualy adds the mc4wp-FIELDNAME to name and email fields after for a final try.

    That did not work either.

    I’m stucked and don’t know what I can be doing wrong. Please help ??

    Cheers

    Form configuration :

    <div class="flex-row form-flat medium-flex-wrap">
    <div class="flex-col flex-grow">
    	[email* your-email placeholder "Mon adresse email ..."]
    </div>
    <div class="flex-col ml-half">
    	[submit class:button primary "Je m'inscris !"]
    </div>
    </div>
    <p>
    	<input type="hidden" name="mc4wp-subscribe" value="1" />
            <!-- also tried [mc4wp_checkbox "Label text"] -->
    </p>
    • This topic was modified 3 years, 11 months ago by pandamedia.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @pandamedia,

    The code you used will make the “Custom” integration to be active and not the “CF7” integration. So you will need to go to the “MC4WP > Integrations” menu in your WordPress admin, click on “Custom” and then enable it and select your list.

    If the test does not work, please go to the “MC4WP > Others” menu and share with us the errors listed there.

    Thread Starter pandamedia

    (@pandamedia)

    Hi,

    In fact I tried both integrations without success. For both integrations, I checked same Mailchimp’s list.

    So I just tried again on my newsletter form (only 1 email field + submit button) :

    – Custom Integration code :
    <p><input type=”hidden” name=”mc4wp-subscribe” value=”1″ /></p>
    => I checked source code to be sure that the input was there
    => not working, no data is sent to Mailchimp

    – CF7 integration :
    [mc4wp_checkbox]
    => checkbox appears on front, I checked it then submitted the form
    => not working, no data is sent to Mailchimp

    I just checked logs after ticking “Everything” and here is the output:
    [2020-12-03 11:56:33] INFO: Contact Form 7 > Successfully subscribed test@te**.fr
    [2020-12-03 11:57:29] INFO: Contact Form 7 > Successfully subscribed test*@te**.fr

    However when I go in Mailchimp, those subscribers don’t appear in my audience.

    I can’t understand what’s happening :/

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @pandamedia,

    Do you have “Double Opt-in” setting enabled? If yes, then until you confirm your email address by clicking on a link within an email sent by MailChimp.com the email address will not be added to your list.

    Thread Starter pandamedia

    (@pandamedia)

    Hi,

    It was checked on CF7 but not on Custom integration.

    Disabling it on CF7 did the trick for both !

    Thanks a lot !

    Cheers ??

    • This reply was modified 3 years, 11 months ago by pandamedia.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Contact Form 7 Integration’ is closed to new replies.