Yes, it’s possible to create a "Show More" button in Webflow to progressively display items from an FAQ Collection List using native Webflow features and minimal custom code.
Webflow doesn’t support pagination or load-more natively for CMS items on lists all within the same wrapper, so you'll need to use custom code to clone or reveal hidden items.
Here’s how to do it:
tag, insert inline jQuery-like code that:
Example logic to use (cleaned of raw code):
Yes, you can create a "Show More" button in Webflow to reveal additional FAQ collection items using Collection List limits and simple custom code to display hidden items on button click. This approach works well for smaller lists within the Webflow item limit.