HTML
Display static HTML content on a page without collecting user input.
Preview
This is an HTML content component.
JSON definition
{ "type": "Html", "name": "fieldName", "title": "Question title", "content": "", "options": {}}Properties
| Property | Type | Required | Description |
|---|---|---|---|
content | string | Yes | HTML or Markdown content to display. |
Options
| Property | Type | Required | Description |
|---|---|---|---|
condition | string | No | Name of a condition that controls whether this component is shown. |