The HTML field element is used for providing users mechanism to add HTML directly into a form. HTML field elements are used for displaying read-only content whether static or dynamic. In additional HTML field elements are also used to reference external style sheets and/or Javascript files. Note, depending on the RichTextProvider used, the user may or may not be able to add <script> HTML tags to the form due to security restrictions.
The following properties are available for a HTML element
General Tab

Property Name |
Description |
ID |
ID of the HTML element. This is a mandatory property |
EnableTokens |
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 |
Value |
The main content of the HTML field element. HTML tags can be provided here. For more information on HTML refer to here |
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. |
Layout Tab

Property Name |
Description |
Class |
• Name of the CSS class. Standard CSS classes available for use are • Normal • Head • SubHead • SubSubHead • NormalRed • NormalBold • Refer to the module style sheet and/or skin style sheet for more available CSS classes. It is also possible to reference external CSS style sheets by adding a link reference via the HTML element.
|
Style |
Additional CSS styles to include the field. Please refer to here for more information on CSS styles.
|
Hidden |
Indicates if the field element is rendered hidden via CSS (i.e. Display=None) |
Conditional Visibility Tab
Refer to here for more details