I copied your tutorial to display business hours. At one point, the conditional logic worked, and now it doesn't. Based on prior support, I've put all other custom fields into draft status so they cannot affect this field group's conditional logic, but it still doesn't work.
One of the fields says: Would you like to display your hours on your listing?
The radio choices are: Yes or No
This field is called: display_business_hours
I'd like the other fields to remain hidden if the display_business_hours = No
The next field is called choose_an_option and in that field's conditional logic I've set it to hidden when any conditions match display_business_hours=No I've also tried contains, lowercase no, all instead of any, !=Yes. Nothing seems to work.