In order to insert a label inside a form in page (or even independent
from the form) click the Label button from the
toolbar:
Note: If the cursor is not placed inside a form (inside the red dotted border) a dialog box will be displayed asking whether to add the form as well.
A label is a text section associated to a form control (previously inserted in page). When you click the label, the form control gets focused. To set advanced label options use the Label Properties panel.
The Label Properties panel is displayed when
you select or click inside a label field inserted in your page. It corresponds
to the <LABEL> tag in the Tag
Selector:
To configure this panel, follow the instructions below:
In the Element ID text box enter the value for the id attribute. It will uniquely identify the element (label) in page.
In the For text box enter the unique name (ID) of the form control to which you want to associate the label. Afterwards, when the page loads and you click the label, the corresponding form control gets focused.