I'm trying to find the best way to create a 3 column table to allow users to check which days their business is open and hours open. I've got it to the point illustrated below, but don't know how to add the time questions across from each day. I can do each day/hour separately, but that seems excessive. I tried using repeats, but that requires the user to keep opening the repeat. I'd like to have seven to and from questions, rather than just one. Is this possible? Thanks.
Solved! Go to Solution.
You would need to add seven "To" and "From" questions.
They would each have their own labels, if that is what you are asking. You could always give them a blank label, but the spacing would still be there. To make them fit in three columns, place them into their own groups. Example:
I'd recommend just putting in the lables though:
And dynamically show content:
You would need to add seven "To" and "From" questions.
They would each have their own labels, if that is what you are asking. You could always give them a blank label, but the spacing would still be there. To make them fit in three columns, place them into their own groups. Example:
I'd recommend just putting in the lables though:
And dynamically show content:
Thanks @abureaux!