Two CMS types, sorted by date

If I have two event types, let’s say Summits and Dinners, and I want to have a page that displays all upcoming events (including both Summits and Dinners), sorted by date… is this possible with the Webflow CMS? Thanks!


Are Summits and Dinners two different CMS Collections?

If yes, this is still possible, but you’ll need custom code to “merge” and “sort” two Collection Lists.


Otherwise the recommended way to do this is change them into a single Event Collection, then use a multi-reference to a Category Collection, or just a simple Category dropdown field.