Yes, it is possible to embed completely unique HTML code on each dynamic collection page in Webflow using a Plain Text field and the Embed component, but there are limitations to be aware of.
1. How to Embed Unique HTML via CMS
- Use a Plain Text field in your CMS collection to store the HTML snippet for each item.
- On the CMS template page (not Collection List), drag in an Embed element.
- Inside the Embed element, Insert Field from the CMS and select the Plain Text field containing your custom HTML.
- Webflow will treat this inserted text as plain text and escape any actual HTML tags for security.
2. HTML Rendering Limitation
- Webflow does not render full HTML from CMS fields directly for security reasons—especially to prevent malicious scripts (XSS).
- Therefore,
,