Hey, I would like to hide a column conditionally on the answer in an other column. More specifically, I have an array text question. With three X-scale sub-questions.
- In the first column, I have a question with birth year
- In the second column a dropdown list with a short list of countries (people select in which country they are born) ;
- In the third column, an autocomplete question with the Google Places API, restricted to localities in France (people select in which city they are born). I would like this third question to be shown only for people born in France (for the other countries, I do not need the information about the city).
I saw several topics, like this one
forums.limesurvey.org/forum/design-issue...umn-in-array?start=0
and this bug report:
bugs.limesurvey.org/view.php?id=12157
. I also checked the hide column plugin but I think it is not adapted to my problem because the condition depends on an element of the array.
Is there a solution to hide a column in an array with text and dropdown/autocomplete questions ?
Best.