• Resolved rasmusryberg

    (@rasmusryberg)


    Hello ??

    I have tried filling out your contact form on your website, but it doesn’t work.

    I have a question regarding audience tags:
    It is possible to add tags to the people who sign up to your newsletter through this extension/plugin? ?? Either through some setting I haven’t found, or perhaps via a hook/filter? ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should buy paid version to use mailchimp tags.
    But there is always a way.
    If you go to functions.php line 309-313 and change this part:

    { "email_address": "'.$email.'",
       "status": "'.$mce_csu.'",
       "tags": ["YOURTAGNAME"],
       "merge_fields":{ '.$cad_mergefields.' }
    }

    This will add tag to ANY new subscriber, but be sure this tag is created in mailchimp list with exact name.

    If you want only specified contact form to add tag, you have do edit code with checks.

    Plugin Author Renzo

    (@rnzo)

    email the developer: https://renzojohnson.com/contributions/contact-form-7-mailchimp-extension

    ***All help is handled from the developers site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MailChimp audience tags’ is closed to new replies.