Need form fillable w/ checkboxes, but seems only way to do that is with questions in rows rather than columns?

Hi everyone,

I have a checklist form with about 100 questions about a service region that needs to be fillable with check boxes while scrolling through different tabs. The only clean looking way Iโ€™ve seen to do it is referenced in [this post] (How to add a checkbox to a table view) about table views.

I was able to implement this, but it only works with rows: So instead of each question with a checkbox being in a column, one column has to be questions and one column checkboxes.

How would this work though if the user has to fill the checkbox form about multiple service regions? It would seem each unique ID needs to be in a new table? The columns would be | uniqueid | question | check box field.

Am I missing something? It seems the only way you could have multiple users in one table would be bad design where the columns are: | question | check box field for region1 | check box field for region 2.

Am I missing something? Thanks

0 7 624
7 REPLIES 7
Top Labels in this Space