- This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – sync user fields with mailchimp fields
I want to sync fields like country, gender, etc with mailchimp. I can’t find a way to do this. Any clues?
We don’t have any option for that unfortunately.
Can I program a hook or something similar? By the way, I posted an error I was getting from mailchimp in the forum, received an answer but my post was deleted and now i’m not getting any answers…
The following two action hooks are triggered for the user signup.
do_action(’emember_level_specific_autoresponder_signup’, $signup_data);
do_action(’emember_global_autoresponder_signup’, $signup_data);
You can disable the standard mailchimp signup in the plugin settings then use the above hooks to implement your fully customized mailchimp signup.
I replied to our email also.