Hi,
I would like to install certain taxonomies as a conditional group in Cred. Example: The taxonomy "Regions of France" should only appear if the term "France" has been selected in the taxonomy "Country".
Unfortunately Cred only offers the conditional group for fields in the backend.
If this is possible I ask for help.
Kind regards
Hi,
Thank you for contacting us and I'd be happy to assist.
First, I apologize for the delay in the reply, as we had an unusually high queue after the weekend.
Your observation is correct and the conditional group's interface only supports the custom fields, but for taxonomies, you can use the manual expression option.
Example screenshot: hidden link
If you've set the "Country" taxonomy field to use checkboxes, the expression would like this:
Note: you'll replace "country" with the actual slug of your taxonomy and "France" with the actual name of the target term.
And in the case of "select" or "multi-select" type "Country" taxonomy field, it will need to be adjusted to use the target term's ID, instead of the name:
Note: you'll replace "country" with the actual slug of your taxonomy and "4" with the actual ID of the target term.
Here is a detailed guide on manual conditional expressions:
https://toolset.com/documentation/user-guides/front-end-forms/cred-conditional-display-engine/
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar
My issue is resolved now. Thank you!