The HTML String Field is used to store a string of HTML code.
This field is displayed as an editor field, allowing users to write and format content without needing to write or edit code.
The editor can be configured to allow users to write, view and edit the raw HTML code.
Editor Mode
Determines if the field will be displayed in an HTML mode or Basic mode.
The Basic mode allows a degree of automatic formatting, creating HTML tags such as headers, paragraphs, and line breaks automatically to contain the information that is written into the field. This mode is recommended for users who will not need access to the raw HTML string that is automatically generated.
The Add HTML mode contains all the features of the Basic mode, and provides users with a wider range of formatting options. It also allows users to write, view and edit the raw HTML code. This mode is recommended for users who need a wide range of formatting options, and that may want to access the raw HTML code to add their own HTML/CSS code.