Hi,
Yes, cb_apprentice conditions cb_coordinator.
I have 5 checkboxes (Coordinator, Performer, Puller, Rigger & Apprentice). If cb_apprentice is checked then I don't want the other 4 checkboxes to display at registration. If any of the 4 checkboxes Coordinator, Performer, Puller, Rigger are checked then I don't want Apprentice to show. Is there a way to do this with the new CB Conditions?
I tried changing cb_apprentice to hide if it is 0 but that still doesn't work:
But I get something different on the frontend for errors now:
Error
Field 132 condition 1 (AND) of 1 (OR) failed to match with: "0" Equal To "1"
×
Message
Field 129 condition 1 (AND) of 1 (OR) matched with: "0" Equal To "0"
field 129 is cb_apprentice and field 132 is cb_coordinator.
Note that I am using auto actions to go to the registration page with one of the 5 checkboxes already checked. I just need to make sure that the different fields show/hide depending on the checkbox settings.
Thank you.