Skip to content

HTML Content Schema Properties

A non-interactive element that displays custom HTML content within the survey.

Element type: html Key properties: 1

  • 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>" }

  • Type: html
  • Default:
  • Localizable: Yes

HTML markup to display.

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.