Include HTML Field

Formatted questionnaire answers (from Multiline text variables set to Presentation: Rich Edit) can be included in the generated document using a field of the general form:
{
Include HTML
variable }
where variable is the multiline text variable being used.
When a Multiline text Rich Edit variable is added to template using the "Insert Field" option or by drag and drop from the dictionary, the “Include HTML” statement will be added to the field automatically. If such a variable is manually added to the template without “Include HTML”, Usage Analysis will show an issue.
note
If the “Include HTML” field appears in a paragraph with other document text, any
tables
or
lists
will not be included in the generated document. Instead they will be replaced with the placeholders “[table]” or “[list]”.
If you wish to include tables and lists in the generated document, ensure that the “Include HTML” field is in its own paragraph.

Example

{Include HTML ProductSummary}
where
ProductSummary
is a variable which evaluates to some text with formatting applied.