Title: Custom mailchimp fields sync ?
Last modified: August 22, 2016

---

# Custom mailchimp fields sync ?

 *  Resolved [ecullu](https://wordpress.org/support/users/ecullu/)
 * (@ecullu)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/)
 * Hi,
 * Thanks for developing this plugin. I just wanted to ask if this plugin can sync
   all the existing fields in MailChimp ?
 * Or it just sync first name, last name and email address?
 * Thank you,
 * [https://wordpress.org/plugins/mailchimp-sync/](https://wordpress.org/plugins/mailchimp-sync/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/page/2/?output_format=md)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733521)
 * Hi ecullu,
 * Right now, the plugin will only sync email, first- and last name. However, the
   next feature on the road map is to map all user fields to a MailChimp list field
   as well.
 * So yes, this will definitely be possible somewhere in the next few weeks! 🙂
 * Hope that helps. If not, let me know!
 *  Thread Starter [ecullu](https://wordpress.org/support/users/ecullu/)
 * (@ecullu)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733559)
 * Hi Danny,
 * Thanks for fast reply. I am looking forward to see the next version 🙂
 * This will be a great plugin eventually!
 * Thank you,
 * [https://wordpress.org/plugins/mailchimp-sync/](https://wordpress.org/plugins/mailchimp-sync/)
 *  [mattmatt88](https://wordpress.org/support/users/mattmatt88/)
 * (@mattmatt88)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733680)
 * Hello,
 * great that there will be a new mailchimp plugin, as there aren’t any updates 
   to autochimp anymore.
 * I’m developing a new website at the moment and thinking of using your plugin 
   instead of autochimp.
    How long will it take you to implement this feature? Will
   it also work with user fields created with User Frontend Pro?
 * Thank you.
 *  [joshatttb](https://wordpress.org/support/users/joshatttb/)
 * (@joshatttb)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733684)
 * I hate to be one of the people asking when a feature might be implemented, but
   I am interested in this too; need to choose between this plugin and Chimpy for
   a current project, and have to be able to segment in Mailchimp by WordPress User
   Role.
 * Thanks!
 *  [rachelexodus](https://wordpress.org/support/users/rachelexodus/)
 * (@rachelexodus)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733686)
 * Just a “me too”, but I need to sync users to a mailchimp group based on a custom
   WordPress user role.
 *  [mattmatt88](https://wordpress.org/support/users/mattmatt88/)
 * (@mattmatt88)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733690)
 * Hello. Good news. The plugin author told me:
 * That feature is definitely something that’s on the roadmap of the plugin. Not
   long from now, the plugin will work with any meta fields, so it doesn’t care 
   whether they’re added using User Frontend Pro or any other plugin. 🙂
 *  [Sonja London](https://wordpress.org/support/users/summit/)
 * (@summit)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733692)
 * We are also interested in this.
 *  [jettammo](https://wordpress.org/support/users/jettammo/)
 * (@jettammo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733693)
 * Hi all,
    I’d love to be able to import usernames from wp into mailchimp. any 
   ideas when this will be possible?
 *  [sonnic](https://wordpress.org/support/users/ikozlik/)
 * (@ikozlik)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733699)
 * Hi! Is it possible to sync custom fields or not? I get the fields in the list
   with MERGE FIELDS but they do not merge?
 * Thank you in advance for a reply.
 *  [ajfleming](https://wordpress.org/support/users/ajfleming/)
 * (@ajfleming)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733700)
 * Adding my +1 so I get notifications when this feature gets released.
 *  [kazoo2](https://wordpress.org/support/users/kazoo2/)
 * (@kazoo2)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733701)
 * +1 looking fwd to sync additional fields
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733702)
 * Hey all,
 * Just seeing this topic bubble up now but since yesterdays update, you can do 
   this using a filter. We’re still working on the interface for this, but that’s
   a somewhat harder issue to tackle.
 * Right now, the following snippet in your theme its `functions.php` will send 
   the user website URL to the MailChimp “WEBSITE” field.
 *     ```
       add_filter( 'mailchimp_sync_user_data', function( $data, $user ) {
           $data['WEBSITE'] = $user->user_url;
           return $data;
       }, 10, 2 );
       ```
   
 * You get full access to the User object which basically lets you do anything (
   fetch info from WooCommerce customer meta, etc..).
 * In the meantime, we’ll work on further improving the plugin! 🙂
 *  [gatta2](https://wordpress.org/support/users/gatta2/)
 * (@gatta2)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733705)
 * Hi, my site has Paid Membership Pro plugin installed but I found that the custom
   fields of users who are created using Paid Membership Pro are not synced to Mailchimp
   while those of manually created users are synced. Can you think of the reason
   why the snippet “add_filter( ‘mailchimp_sync_user_data’, function( $data, $user)”
   in the theme’s functions.php seems to be ignored?
 *  [mother.of.code](https://wordpress.org/support/users/imazed/)
 * (@imazed)
 * The Mother of Code
 * [10 years, 8 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733709)
 * Hello everyone,
 * We’ve just released a new update that will allow you to set additional fields
   to be synced. We would love to hear your feedback on this!
 *  [lajuana27](https://wordpress.org/support/users/lajuana27/)
 * (@lajuana27)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/#post-5733710)
 * Howdy,
 * **Custom fields that I created to my user profiles (via OptimizeMember) aren’t
   showing in the “Send Additional Fields” dropdown in MailChimp Sync.**
 * The fields and chosen values are showing in the “all user” lists as well as in
   individual member profiles.
 * I’ve created corresponding fields in MailChimp, and those are showing in the 
   second dropdown.
 * Please advise.
 * La Juana

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/page/2/?output_format=md)

The topic ‘Custom mailchimp fields sync ?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mailchimp-sync_cfeefa.svg)
 * [MC4WP: Mailchimp User Sync](https://wordpress.org/plugins/mailchimp-sync/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-sync/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-sync/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-sync/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-sync/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-sync/reviews/)

## Tags

 * [integration](https://wordpress.org/support/topic-tag/integration/)

 * 16 replies
 * 13 participants
 * Last reply from: [lajuana27](https://wordpress.org/support/users/lajuana27/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/custom-mailchimp-fields-sync/page/2/#post-5733711)
 * Status: resolved