Hi,
I was wondering how would I add 2 checkboxes and 1 dropdown menu in 1 row or question.
e.g
question -What items did you lose recently?
Break down into 3 columns:
column 1: multiple selectable checkboxes - t-shirt, socks, towel, etc
column 2: (as checkbox) 0=single, 1=multiple
column 3: when you lost it (in months), (as dropdown menu) 1, 2, 3, etc…
Yes, you can absolutely add two checkboxes and a dropdown menu in the same form. Use select_multiple for checkbox questions and select_one for dropdowns. Structuring it properly in an XLSForm helps keep everything organized.
There’s a similar discussion where someone needed to show a select_multiple question right after a select_one, and the community offered a clear XLSForm solution that worked great—check it out here: Select_multiple after a select_one