• Resolved Eric Roy

    (@ericenricoroy)


    Hi,
    in the following post
    https://www.ads-software.com/support/topic/events-manager-integration-question/

    It is explaining how to add the Event Id to Mailchimp following a registration to an event.

    I have copied the proposed action to my function.php but that did not work.
    Has this been tested… am I missing something.

    Here is my liitle function:

    add_filter(‘mc4wp_integration_events-manager_data’, function( $data ) {
    $data[‘EVENT_ID’] = $_POST[’em_id’];
    return $data;
    });

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Eric,

    Does your selected MailChimp list have a field named “EVENT_ID”?

    Plugin Contributor Lap

    (@lapzor)

    Since there have been no replies for awhile I will now mark this topic as “resolved”. If you are still experiencing this issue or you have a similar problem, please create a NEW topic. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Integration with Events-Manager’ is closed to new replies.