Skip to main content

betaThis is a new capability. Help us improve it and give your feedback on Slack.

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

PropertyTypeRequiredDescription
contentstringYesHTML or Markdown content to display.

Options

PropertyTypeRequiredDescription
conditionstringNoName of a condition that controls whether this component is shown.