Skip to main content
Version: 8.4

iFrame

This is an element allowing the user to embed external content via an iFrame.

note

Every iFrame component is a sandbox. This means that the content of the iFrame is not able to access the parent page, cookies, browser storage, and others. Learn more about sandbox iFrames.

Form iFrame Symbol

Configurable properties

  • Title: Label displayed on top of the iFrame and as the accessible title. Can either be an expression, plain text, or templating syntax.
  • URL: Enter an HTTPS URL to a source. Can either be an expression, plain text, or templating syntax. Ensure the URL is safe as it might impose security risks. Not all external sources can be displayed in the iFrame. Read more about it in the X-FRAME-OPTIONS documentation.
  • Height: Defines the height of the iFrame. Defined as number of pixels.
  • Hide if: Expression to hide the iFrame.
  • Columns: Space the field will use inside its row. Auto means it will automatically adjust to available space in the row. Read more about the underlying grid layout in the Carbon Grid documentation.