The Label field is used to display text in the form as sub-headings or paragraphs. You use it to provide structure, context, or instructions to users.
| Type | Description |
|---|---|
| Sub-heading |
Displays a heading in the form to organize sections. Before: ![]() After: ![]() |
| Paragraph |
Displays descriptive text to provide context or instructions. Before: ![]() After: ![]() |
Note
This field supports all standard field properties. Refer to the Form Field Properties article for validation, visibility, and styling options.
| Type | Mistake | Impact | Fix |
|---|---|---|---|
| Using Label for input | Expecting user input | No data captured | Use Textbox or other input fields |
| Overusing paragraphs | Too much text | Poor readability | Keep content short and clear |
| Using wrong category | Paragraph used as heading | Poor structure | Use Sub-heading for sections |