Html Render
The Html Render component allows you to inject custom JSX or HTML-like structures directly into your form. It is useful for embedding styled text, headings, images, or any other custom layout elements that aren’t tied to form data. This component provides a great way to add visual context or instructional content between interactive form elements.
Properties
The following properties are available to configure the behavior of the component from the form editor (this is in addition to common properties).
Common
Render HTML function
JSX/HTML script that defines what to render. You can reference:
data
: Form data (object)globalState
: The global app state (object)