Select to view content in your preferred language

Days and hours open table

185
2
Jump to solution
01-31-2025 09:33 AM
Ehei_Dogen
Frequent Contributor

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.

ZekeMI_2-1738344681646.png

 

ZekeMI_1-1738344617899.png

 

 

0 Kudos
1 Solution

Accepted Solutions
abureaux
MVP Frequent Contributor

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:

abureaux_0-1738693001927.png

abureaux_1-1738693027354.png

I'd recommend just putting in the lables though:

abureaux_2-1738693200144.png

And dynamically show content:

abureaux_3-1738693229756.png

 

View solution in original post

2 Replies
abureaux
MVP Frequent Contributor

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:

abureaux_0-1738693001927.png

abureaux_1-1738693027354.png

I'd recommend just putting in the lables though:

abureaux_2-1738693200144.png

And dynamically show content:

abureaux_3-1738693229756.png

 

Ehei_Dogen
Frequent Contributor

Thanks @abureaux!

0 Kudos