I'm new to Toolset. I want to merge and format a list of dates inside a repeated field group.
I have a CPT Events that has a repeated field group containing Dates and Venue pairs. I would like to take the list of dates from rows of a view (ex Dec 29 2025, Dec 30 2025, Dec 31 2025, Jan 1 2026) and merge them into a text string for output that looks something like Dec 29 - 31, 2025 <br> Jan 1, 2026.
This would be simple to do if I could add custom PHP code in the loop editor, but it seem that this isn't possible? Can you point me in the right direction to be able to rewrite the results of a view? Thank you!
Thanks for your response. The information would need to be displayed both in the single event listing page and also nested in a view that is a list of events.
The current site is basically an empty testing ground for proof of concept.