HTML Content Schema Properties
A non-interactive element that displays custom HTML content within the survey.
Element type: html
Key properties: 1
Generation Hints
Section titled “Generation Hints”- Aliases: static content, rich text block, instructions, notice.
- Use when: showing content that does not collect an answer.
- Recommended properties:
type,name,html,visibleIf.
{ "type": "html", "name": "intro", "html": "<p>Please complete every required field.</p>" }Key Properties
Section titled “Key Properties”- Type:
html - Default:
— - Localizable: Yes
HTML markup to display.
Shared Properties
Section titled “Shared Properties”This page lists only properties that are specific to this element type or especially important for generation.
- Use Shared Question Properties for common fields such as
name,title,description,isRequired,requiredIf,visibleIf,enableIf,readOnly,defaultValue,validators,width, and layout options.