CMS Code embed +add field don't detect

Hello community,

I make an HTML tools collection
I put an embed code in a page and try to +add field the custom code from the draft but Code embed doesn’t recognize : Text field or richtexte field or embed code field

Can you help me ?

Kind regard


([how to share your site Read-Only link)

Hi there,

There are two ways to add custom code to Collection page templates:

  1. Using page settings:
  • Navigate to the page settings
  • Insert your code between the or tags
  • To create dynamic values for each Collection item, select the desired value in your code
  • Click the purple “+ Add Field” button in the upper right of the custom code field
  1. Using Rich text fields:
  • Click into a blank Rich text field
  • Press the Plus icon
  • Select “Custom Code”
  • Paste your code in the HTML Embed Code Editor
  • Click Save & Close

Please note that custom code will only be visible on the published site. You can learn more about custom code implementation in our documentation: https://help.webflow.com/article/how-to-add-custom-head-and-body-code-to-a-webflow-site

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.

1 Like

I don’t see the Embed on the page you shared.
However it is a collection page, so the Embed should show the +Add Field option if it’s outside of a component.

+Add field can add plain text fields and a few other types, but it can not add Rich Text. You’ll need a different approach for that.

A great thanks, it work

1 Like