Hello, I have survey with heavy array filter exclusion use and also some of the questions have option Other enabled. What I want to accomplish is to make option Other permanent in all question which have it, because it's hidden now if it's selected in the question stated as Array Filter Exclusion due it's nature.
I tried adding a simple javascript code which just shows the other option since I use Array filter style Hidden but the survey doesn't accept the answer because of the Mandatory option.
I think, due to the way the filtering works, you'll need to insert your own "Other" options and following short-text questions to be shown if those options are selected. Definitely not as pretty but it should work.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
If I understand the problem correctly, you can solve this by adding {questioncode_other} to your array subquestions and set the subquestion validation to !is_empty(questioncode_other)
In this way the answer given with _other will be shown, and only when it is given.