I'm trying to set up a form in Survey123 Connect to have two questions:
- the first question asks for a facility number
- the second question is supposed to have an external choice list. The responses displayed should consist of the names of the tanks within the facility identified in the first question. (Choice filter for this question is tied to a CSV called PBSData.)
When the second question type is set as "select_one_from_file PBSData.csv", the responses shown have radio buttons and the user is able to select just one of the tank names. However, if it's set as "select_multiple_from_file PBSData.csv", the radio buttons do become checkboxes but clicking on one checkbox causes all of the checkboxes to be ticked.
Has anyone run into this issue previously? It seems like I'm missing something basic.