"next" button for cms template pages

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?

@Gosias

Using Webflow’s Native Pagination

  1. 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.
  1. 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.
  1. 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

Hi Gosias,

This is what you’re looking for.

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