christianwach / civicrm-wp-profile-sync

Keeps a WordPress User profile in sync with a CiviCRM Contact and integrates WordPress and CiviCRM Entities with data synced via Advanced Custom Fields.
https://wordpress.org/plugins/civicrm-wp-profile-sync/
GNU General Public License v2.0
13 stars 17 forks source link

Sync a WordPress taxonomy to an ACF custom field of type radio or checkbox #46

Open jbonlinea opened 1 year ago

jbonlinea commented 1 year ago

Hi there,

I've bumbped into a case where I do sync a checkbox field between Acf and Civi-Custom field. It works great as long as you have properly set the options and values on both side, manually.

One thing that would be great is to be able to sync an acf taxonomy field with a Civi-Custom-field of type checkbok or radio.

At first, it would be ok if we still have to set values manually on both side, as the idea is mostyl to benefit from taxonomy feature on the wp side. Of course it would be awesome if they could be synced automatically, but that is not critical.

Cheers

christianwach commented 1 year ago

Thanks for the suggestion @jbonlinea