Gotcha Klas.
Thanks for the response but now I have more questions. Maybe it would be best I try and explain the needs of my use case. So here goes.
I am creating a Location Content Type.
Each Location can have several departments. Each department has their own hours of operation for each day (i.e. Monday - Sunday). If I am understanding correctly, I know I will need to group these fields so that they can be repeated x number of times.
For instance a location may have 3 departments which has different opening hours for each day. So each repeatable group needs to have the following:
- Department Name:
- Open Days of the Week (i.e. Monday - Sunday)
- Each Day has an Open and Close Time
What I have done so far is create the following fields to try and break each piece down into logical portions.
- Department Name (Text Field)
- Days of the Week (Checkbox w/ values from Monday - Sunday)
- Opening Hours (Select - List)
- Open Minutes (Select - List)
- Open AM/PM (Select - List)
- Closing Hours (Select - List)
- Closing Minutes (Select - List)
- Closing AM/PM (Select - List)
Now the tricky part is each Department needs a repeated Day of the Week field
AND
Each day of the week field would need it’s own repeated Opening/Closing hours
Now my plan was to figure out how I could take these values that a user would input and create a field that would concat their respective open and close times so that I could easily output a locations opening hours for each department and have that information easily searchable with a filter.
Can SEBLOD handle something like this? Been trying to figure out how to wrap my head around the best strategy to accomplish this. Thanks for any help that you can provide.