Display standalone label text on the form — helper text, field hints, or short instructions. Not tied to an input control.
In the builder: Elements → Form Widgets → Label
Widget Settings
Field Option
| UI field | Description |
|---|---|
| Label | Text to display. Supports [icon] shortcodes via the icon picker. |
Visibility
Expand Visibility to show or hide the widget based on an active View Mode or a formula. See Show and Hide Fields with Conditional Logic.
| UI field | Description |
|---|---|
| Show | Always or Conditionally |
| Active mode is | Name of the View Mode that must be active for this widget to appear (when Show is Conditionally). |
| Formula result is positive | Optional formula; evaluated on Calculate |
Design
Expand Design to style individual parts of the widget. Prefer project themes for a consistent look; per-widget styling is optional.
| Part | What it represents |
|---|---|
| Label | The visible label text element. |
Custom CSS — useful selectors and classes:
| Selector / class | Targets |
|---|---|
#cp-{ID} |
Entire widget (ID from the Element panel header). |
| Custom CSS Classes | Classes you add in Design; applied to the outer widget container. |
.label-widget |
Outer widget type class. |
Label vs Custom Text
| Label | Custom Text | |
|---|---|---|
| Palette | Form Widgets | Content Widgets |
| Typical use | Hint next to inputs | Paragraphs, rich copy |
| Formulas in text | No | Yes ({{ var }} templates) |
Use Label for short form-related hints. Use Custom Text for longer content blocks.