mecachisenros / cf-civicrm

Caldera Forms CiviCRM Integration
GNU Affero General Public License v3.0
30 stars 26 forks source link

Conditionally add to group #126

Closed hcallens closed 4 years ago

hcallens commented 4 years ago

Is it possible to add a contact to a group based on the chosen option?

E.g. I have a language choice field where the user can check either one or both languages. If choice A is made the person is to be added to group A, if choice B is made then he is added to group B, and if he chooses both he is added to both groups.

Can this be done?

danaskallman commented 4 years ago

@hcallens yeah, you would use the processor conditions to manage when the group processor is used based on a selection. Here's docs reference.