Skip to main content
Feedback

Iframe component

Add an Iframe to a page.

An inline frame (iframe) is an HTML element that links to another HTML page within the content. It simply embeds another pages into the parent page.

Iframes are an effective way to insert external material, such as videos, maps, or other webpages, into your own page. The Iframe component allows you to embed another web page into your Flow.

General settings

The following options and settings can be configured.

SettingDescription
NameEnter a name for the iframe.
LabelEnter a label for the iframe. The iframe label is displayed above the iframe by default. Do not enter a label if you do not require this text to be shown.
URLEnter the full web address of the web page to be embedded. For example, https://www.example.com. You may optionally select a value to use for the iFrame URL by clicking the button next to the URL input field. To create a new value, refer to Create a new value
WidthEnter the width of the iframe in pixels. By default the component will extend to the width of its container.
HeightEnter the height of the iframe in pixels.
Help information about this componentDisplay help text directly below the component, for example to provide further information on how to use the component.

Styles

Apply additional CSS styling to the component.

  1. Enter space-delimited CSS classes/selectors into the CSS Classes field.

When you run the Flow, these classes are appended to the main component class.

On this Page