Hi,
I’m wondering if it is possible to get a conditional logic rule for a checked category. So not for the total field group, but for fields specific. So for example:
If category = Cars –> Show field: Color checkbox
Is this possible?
Thanks!
Hi @LeffDesign
Thanks for the question.
Currently, this is not possible, but it is something I will consider in the future.
For now, you can write some simple jQuery to add / remove the conditional logic class (.acf-conditional_logic-hide) the the .field
element.
Hope that helps
Thanks
E