We’re looking to build out new customer pages we can host inside our product using webflow CMS and API to pull in elements. Can we pull in a section of a page vs fields?
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
We’re looking to build out new customer pages we can host inside our product using webflow CMS and API to pull in elements. Can we pull in a section of a page vs fields?
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Hi @JCRentals - you can pull in static page content (some actual HTML elements that wrap text content attached) via the Get Page Content API and CMS data like Items via the List Collection Items API, but there’s no concept of pulling in direct DOM 1-for-1 with styling via the API right now.
If you have rich text stored on an item with the markup you need, that might be a good option to grab data for.