I have a CMS Collection of case studies and I want to add a “next” button so that when user clicks it they will be navigated to the next case study. How can I achieve this on cms template page?
Using Webflow’s Native Pagination
- Enable Pagination:
- Go to your Case Study CMS Collection List.
- In the Element Settings Panel, enable Pagination.
- This will allow users to navigate between case studies, but it only works within the Collection List, not on individual CMS pages.
- Use Collection List to Show Next Case Study:
- Add a Collection List to the CMS template page.
- Filter it to show only one item that comes after the current one:
- Go to Collection List Settings → Add a Filter.
- Set “Case Study Title is not Current Case Study”.
- Sort it by Date or Order field (e.g., “Published Date” or “Created Time”) in Ascending Order.
- Add a Link:
- Inside the filtered Collection List, add a Link Block or Button.
- Set its Link Field to Current Case Study’s Slug.
hmm, what I want to do is this: I have the cms collection with case studies. On the cms template page where my case study shows up I want to have a “next” button. When user clicks this “next” button I want the page to change to another case study
I used it but I doesn’t work when I duplicate the “next” button. I need to have the “next” button on top and bottom of my page