HTML#

To configure the widget, you need to perform the following actions:

The HTML widget displays HTML code, allowing Users to use it both from the Widget Settings and from the Parameters of the selected Task program.

To configure the element, click on the edit icon .

A pop-up window "Element Settings" will open:

Widget Configuration Fields#

Fill in the necessary fields to configure the widget.

"Visible Name" – a text field that is filled in manually from the keyboard. It is intended for entering a name that will be displayed to the User;

"Class" – a text field that is filled in manually from the keyboard. It allows you to specify a CSS class for the widget, enabling you to style the element with custom styles. The specified class can be used to apply certain styles, such as font, background color, etc.

"Default Value" – a text field that is filled in manually from the keyboard. It allows you to specify arbitrary HTML code that will be displayed by default in the widget.

Example of Filling#

Field NameValue
Visible NameForm Filling Instructions
Classcustom-html-instruction
Default Value

<div class="instruction-content">

<h3>Please fill out the following form:</h3>

<p>Make sure you provide all the necessary information. Fields marked with an asterisk are required.</p>

<ul>

<li>Name</li>

<li>Email</li>

<li>Phone</li>

</ul>

<p>If you have any questions, please contact our support team.</p>

</div>

Result: