The IFrame (Inline Frame) element creates a window within your application that displays content from another source. It is the primary tool for integrating external services (like Google Forms, YouTube videos, or BI dashboards) without requiring users to leave your page.
This page covers how to embed external websites, maps, videos, or custom HTML snippets into your application.
An IFrame is an HTML element used to embed another document within the current HTML document. It allows you to display content from another source without the need for the user to navigate away from the current page.
https://example.com).
+ icon).Click the IFrame element to open the General properties tab.
Choose how you want to provide the content.
Depending on the Source Type selected above, configure the content:
Enter the direct link to the resource.
https://www.wikipedia.org).{{ Company Website }} field. As users browse different companies, the IFrame updates to show that specific company’s site.Security Warning: The URL must use HTTPS. Most modern browsers block insecure HTTP content from loading inside secure applications.
Paste the raw HTML code provided by the third-party tool.

Define how tall the IFrame window should be.
600).If you enter a valid URL (like google.com) but the IFrame is blank or shows an error icon, the target website is blocking the connection.
X-Frame-Options: DENY header to prevent security risks like clickjacking.youtube.com/embed/VIDEO_ID instead of youtube.com/watch?v=VIDEO_ID).If the external content requires scrolling, increase the Height property in the element settings. The IFrame does not automatically resize to fit the external content.
For security reasons, script tags and complex JavaScript execution may be restricted within the IFrame to prevent Cross-Site Scripting (XSS) attacks. Simple HTML/CSS widgets work best.
The IFrame automatically fills the width of its parent container. To make it narrower, place the IFrame element inside a Column element and adjust the column layout.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.