Hi community ,
we want to access information from the CMS in javascript. Right now we are using a collection list with each item being an invisible HTML-Embed element. Inside of the HTML-Embed we are setting up a JS-Object with all of the CMS-Items properties. Unfortunately, we have a number of problems with this approach.
-
Is there any other way to get the data from the CMS into javascript?
-
Inside of the HTML-Embed we have no access to multi-reference fields. Is there a way to output those inside of the HTML-Embed?
-
The Collection-List is limited to 100 items when there is no pagination. If we activate pagination, the elements are not in the DOM at the moment when we are parsing the data into javascript. Is there any way to access the data of the following pagination pages, without clicking the next button? How does Webflow load the data of the following pages when clicking next?
Thank you very much!