The Rich Text element is used for providing user the mechanism to enter rich text format using HTML to the form.
The following properties are available for a Rich Text element
General Tab

Property Name |
Description |
Name |
Property used the describe the name of the Text Field. In addition if this element is to become a search field, this property then become the label for the search field in the form This is a required field |
Value |
This optional property is for storing the value for the text field element. It can also be used as a default value |
DefaultValue |
The default value for the field. If provided it overwrites the Value property of the element. Click here for more details on DefaultValue attributes |
Enable Tokens |
Indicates whether Dynamic Tokens can be used when displaying the value of the field element |
ProcessTokensOnPostback |
Indicates whether tokens should be re-processed when form postback occurs |
SearchField |
This optional property is used to specify if the element is to be included in the search form in the Workflow Manager module. |
ReportFieldName |
Name to display in Reports for more meaningful name of the element. When displaying in Reports if this property is not specified the Name property is used instead |
FieldGroupName |
This property represents the Name of the Group the field element belongs to. FieldGroupName property is generally used with Conditional Visibility where it could be applied to a group of field elements with the same FieldGroupName value. |
Data Storage Tab
Refer to here for more information each property of the Data Storage tab
Layout Tab

Property Name |
Description |
Width |
This optional property specifies the physical width of the field. The width value can be specified in pixels (e.g. 100px) or percentage (e.g. 40%) format |
Height |
This optional property specifies the physical height of the field. The height value can be specified in pixels (e.g. 100px) or percentage (e.g. 40%) format |
Disabled |
Indicates if the field element is displayed in read-only mode preventing users from making changes to the value of the field |
ChooseMode |
Indicates if user is able to select between available modes for the Rich Text Editor |
DefaultMode |
Indicates which mode to use as the default. Current supported modes Rich and Text. Rich provides a What You See What You Get (WYSIWYG) editing capability, whereas Text provides standard text editing mode |
Conditional Visibility Tab
Refer to here for more information each property of the Conditional Visibility tab