HTML Element
The HTML Element component allows you to quickly add and configure a single HTML element in your form.
All unsafe HTML is stripped before rendering to prevent cross-site scripting exploits, including tags like ,
, and
, and attributes like
onmouseover
or onload
.
Ensure all HTML elements are properly closed to avoid issues with moving or editing other components on the form.
If you prefer not to write HTML, use the WYSIWYG editor with the Content component as an alternative.
Unique Settings:
- HTML Tag: The name of the HTML tag to display.
- CSS Class: The CSS class to add to the HTML Element. Multiple classes can be specified by separating them with single spaces.
- Attributes: Attributes and their values to add to the HTML Element. Commonly used for adding
href
totags or
src
to
tags. - Content: The text content of the HTML Element. Use the Content component for more complex HTML writing and previewing.
- Refresh on Change: Re-renders the HTML Element whenever any value in the form changes. Useful for displaying dynamic data.