CMS Dynamic Content Page

Hello, guys,

I have a problem, I have a CMS with multiple fields, but when i try to get them dynamically, only a few of them appear.

This is The CMS:
image

And here I try to get the infos from the fields: (here I need the “subtitle” and the “description” but does not appear)
image

What i did wrong? Can someone help me?

Thank you for the answers!

https://preview.webflow.com/preview/montecreto-48fa93?utm_medium=preview_link&utm_source=designer&utm_content=montecreto-48fa93&preview=0d68a750ab41fc4b3e40f794c82a54da&pageId=66056fd43d3b112dfa4c27b8&itemId=6605706736a4a17ffc2921b8&locale=en&workflow=preview

Webflow strongly-types its data elements so that they can be appropriately connected.
In your CMS, you’ve created subtitle as a richtext field, which cannot be bound to a plain text element.

Text elements like headings and text block bind to text fields. Rich text elements bind to rich text fields. Video elements bind to video fields, and so on.

2 Likes

Thank you so much, man! I didn’t notice I put “rich text”. Now make sense.

1 Like