Hello
Help My form wont cascade despite formating it properly the form doesnt bring the Districts and School
Hello
Help My form wont cascade despite formating it properly the form doesnt bring the Districts and School
Welcome back to the community, @simon_kamanga! If you have not gone through it, then this support article Adding Cascading Select Questions should help you design a cascading select question.
In addition, this community post discussed previously should also help you understand how it’s built through the XLSForm:
More discussions on cascading select can be viewed here.
In your survey, the select_one district
question should be filtered based on the province
. In the choices sheet, set up the province
column accordingly. Therefore, your choice_filter
for the district
question should be province=${province}
. The code for the school
question is correct and does not need any changes.