Add a static text to a FORM

A FORM can also contain one or more sections of static text that can be used for messages or additional help text.

TEXTBLOCK "Static text content"

The type of the text content is TEXT. This text may contain HTML instructions that are passed to KCM ComposerUI for HTML5 This allows parts of the static text content to appear in bold or to insert a linefeed. The slash is used as the escape character in quoted text. Therefore HTML closing tags must be written as follows: <//b>. Using incorrect HTML tags can result in damaged layout.

TEXT answer1
FORM "Example form"
  TEXTBLOCK "Please fill out the following question"
  QUESTION "This is the question"
  ANSWER answer1

You can specify static text using the keyword TEXTBLOCK.