• Resolved jay0817

    (@jay0817)


    I use the MailChimp for WP plugin. Currently, I have a MailChimp list that can be subscribed from the checkout of woocommerce and a customized MailChimp form.

    But when someone subscribes to the list, I cant distinguish whether he comes from the woocommerce checkout or the MailChimp form. I really want to put these subscribers to the same list. Is there a way to distinguish them? like add a flag field for the woocommerce subscription in the MailChimp list or something else. Can someone explain specifically and clearly how to do it?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,
    Either use a hidden field in one of the forms to set a certain field value to distinguish them, or send them to different interest groups.

    Here is how to do those things in the WooCommerce integration:
    https://github.com/ibericode/mc4wp-snippets/tree/master/integrations/woocommerce

    And in a normal form you can just use the buttons above the form editor to insert a field and/or interest group and change type=”text” or type=”checkbox” to type=”hidden” in the resulting code to hide this from the subscriber.

    Hope that helps,

Viewing 1 replies (of 1 total)
  • The topic ‘How to distinguish subscription from woocommerce and MailChimp forms’ is closed to new replies.