Webflow doesn't natively allow sorting a CMS collection list by a multi-reference field, but you can work around this using custom JavaScript or an alternative CMS structure. Here’s how:
Since Webflow doesn’t offer this feature natively, you can sort the elements dynamically with JavaScript.
data-sort-value
) to the text content of the multi-reference field.</body>
tag in your Webflow Page Settings.If you can control how items are assigned to multi-reference fields, you might be able to re-structure your CMS:
Some Webflow integrations (like Jetboost) offer dynamic filtering and sorting. Consider these if sorting multi-reference fields is an essential feature for your project.
Webflow does not natively support sorting by multi-reference fields, but you can achieve this with JavaScript sorting, manual CMS adjustments, or third-party tools like Jetboost.