Help Needed: Multiple Finsweet CMS Sliders on One Page
Hello, I am using the Finsweet CMS Slider for a testimonials section following this tutorial, and it worked perfectly for 1 slider per page. He mentioned for multiple sliders on a page, the slider and list names will have to be changed (slider-1, list-1), ......, (slider-n, list-n). I am trying to implement this part, but it is not working. Am I supposed to change the class name (of the slider and collection list) as well or just the custom attributes? Do I have to modify the following script (taken from finsweet's documentation) as well:
<!-- Finsweet Attributes -->
<script async type="module"
src="https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/attributes.js"
fs-list
></script>
Thanks in advance.

