Text display

The Text display component allows you to display a read-only text in HTML format, including dynamic text based on expressions.

Adding the Text display component to the canvas automatically opens the rich text editor. You can also double click the component to open the editor.

Some HTML elements that are currently not supported, such as tables, are removed if you edit the form after saving it.

Use the toolbar to format your text, and then click OK to apply your text.

Attributes: General

Attribute Description
ID The unique ID of the component.
Label The label of the component.
Description Adds a description to the component.
Ignored Determines if the component should be hidden and the value excluded from any payload.
Visible Determines whether the component is visible or hidden. You can also use this expression to only show or hide the component based on another component. For example, if this component is bound to a checkbox component, you can use this expression to show or hide this component based on the checkbox selection made by the user. This is enabled by default.
Enabled Determines whether the component is enabled or disabled. This is enabled by default.

Attributes: Validation

Attribute Description
Custom validations List of additional validations you can apply.

Attributes: Documentation

Attribute Description
Documentation Allows you to explain concepts of the component's use for future reference.