I have a feature within my CMS collection page, where a collection list is displayed at the bottom of the project page to invite users to click onto another project.
I want the display of these collection items to differ/vary depending on the collection page that they are on.
For ex. CMS project page one should show collection items 1-3, while CMS project page two should show collection items 4-6.
Collection lists in Webflow can be customized in two powerful ways:
Filters allow you to show specific items based on field values in your Collection. For example, you can display products from a specific category or posts with particular tags. These filters can be set up directly in the Collection list settings.
Conditional visibility gives you more dynamic control by showing or hiding elements based on specific conditions. This is particularly useful when you want to display different content depending on field values, such as showing a “Sale” badge only when an item is discounted.
Both features can be combined to create sophisticated, dynamic Collection lists that display exactly what you need.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
The most common way would be to add a multi-ref field to your collection that list the “related projects”. You bind your collection list to that field, and you manually choose the related projects.
Another simple approach is to just make that list random, limit 3 items, to get some variety and encourage exploration.
The ranged setup you’ve described would require some engineering and custom code to make it work.