I added display condition as below;
So when ‘charcoal_only’ selected, next question should not be displayed. but it displays. what is wrong here?
I added display condition as below;
So when ‘charcoal_only’ selected, next question should not be displayed. but it displays. what is wrong here?
it looks like the first part of the expression is the string 'what_type_of_fuel_is_being_used'
, instead of a reference to that question. You can drag and drop in the original question, or try typing #form/what_type_of_fuel_is_being_used
.