Forms 2.0 - Rich Text Box
This page is preliminary and subject to change as Forms 2.0 continues to be developed.
A rich text box field that users can type formatted text into, with a toolbar for formatting (bold, italic, headings, lists, links, images, tables, and more) and an HTML view for editing the underlying markup directly.

Adding a Rich Text Box
Drag the Rich Text Box tile from the field palette onto the Canvas - see Build for more on adding and arranging fields in general.
Parameters
Only Rich Text Box-specific parameters are listed below. See Common Field Settings for the settings shared with other field types.
| Field | Description |
|---|---|
| Initial Value | The rich text content the field loads with initially. Supports Tokens, so you can pull data from various sources such as a user profile. |
| Minimum Height | The minimum height of the editor, in pixels. Defaults to 250. Supports Tokens. |
| Root CSS Classes | One or more CSS class names, separated by spaces, applied to the field's root element only. Supports Tokens. |
Common settings that apply to Rich Text Box
A Rich Text Box supports these Common Field Settings:
- General (Label, Name, and Hint)
- Active
- Visibility settings
- Enabled settings
- Field Automations - Value and On Change (Rich Text Box does not support On Click)
- Field Validators
Tokens
A Rich Text Box returns its current value as a token, referenced using the field's Name - for example, if the field's Name is Notes, use [Notes] elsewhere in the form or its actions to get the HTML content the user entered.