The Embed Anything component lets you add external HTML or iFrames to your project. It’s commonly used for forms, surveys, quizzes, or any supported external code.
How to Add Embed Code
Double-click the Embed Anything component.
Paste your HTML code into the "Embed HTML" field.
The embedded content will only appear in preview mode or on the published site.
Make sure the code has correct syntax and uses UTF-8 characters. Use CTRL/CMD + SHIFT + V to paste and avoid formatting issues.
Configuration Options
Encapsulate: Keeps the embed code in its own browser instance.
Render on Visible: Delays loading until the component is visible on the screen.
Static HTML: Disables scripts and directly adds the code to the DOM.
Allow Inner Scroll: Adds a scrollbar if the embedded content is larger than its container.