Skip to main content

HTML Element

The HTML Element Component allows users to insert custom HTML elements within a form template. It supports defining an HTML tag (e.g., <p>, <div>), applying CSS classes, adding attributes, and specifying content. This component is useful for embedding static text, custom styling, or additional structural elements within the form layout.

HTML_Element

The options available to configure the HTML element are separated into two categories:

  • Display

  • Conditional

Display

ParameterDescription
LabelThe label appears next to a form input field and describes its purpose clearly.
HTML TagThe corresponding Tag to this HTML element
CSS ClassCSS class for this HTML element
AttributesThis section allows you to define custom HTML attributes for the element. Each attribute has a name (e.g., id, data-role, aria-label) and an associated value. These attributes help customize the behavior and accessibility of the HTML element.
ContentThis field contains the actual content inside the HTML element. For example, if the element is a <p> tag, this field would hold the paragraph text.
Refresh on ChangeTick this option to rerender the field whenever a value on the form changes.
Custom CSS ClassCustom CSS class to add to this component.
HiddenA hidden field that is still a part of the form but is hidden from the user’s view.

Conditional

ParameterDescription
This Component should displayTrue - the component will display in the form.
False – the component will not display.
When the form componentSelect what component within the form will execute the condition. For example, Submit.
Has the valueThe data entry of the field that executes the condition.