A horizontal divider line between sections of your form.
In the builder: Elements → Content Widgets → Line
Widget Settings
The Line widget has no text or variable — only layout and style.
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
Style the line — color, thickness, width, margins. The rendered element is an <hr> inside .hr-widget.
Custom CSS:
| Selector / class | Targets |
|---|---|
#cp-{ID} |
Widget container. |
.hr-widget hr |
The horizontal rule. |