Skip to main content

Design Fields Reference

Design fields add visual structure and informational content to your form. They do not collect any data and are skipped during validation.

In detail forms, design fields (heading, text block, alert, rich text) and the assignee block can display dynamic values using placeholders like {{event.name}}, {{contact.name}}, or {{workspace.name}}.


Heading

A section heading to visually break up your form.

Config options

OptionTypeDefaultEffect
Text Contentstring(default text)The heading text
Heading Level1--62HTML heading level (H1 through H6)
AlignmentLeft / Center / RightLeftText alignment
Colorstring (hex)(empty)Custom text color. When empty, the form's text color is used

Level options

ValueRendered as
1H1 (largest)
2H2
3H3
4H4
5H5
6H6 (smallest)

Restrictions

PropertyValue
Unique per formNo
DeletableYes
DuplicatableYes
MovableYes

Conditional logic operators

Operator group: text -- headings can be shown/hidden with conditional logic.

OperatorDescription
EqualsContent matches exactly
Does not equalContent does not match
ContainsContent contains the text
Does not containContent does not contain the text
Starts withContent starts with the text
Ends withContent ends with the text
Is emptyNo content
Is not emptyHas content

Text Block

A plain-text paragraph for descriptions, instructions, or notes.

Config options

OptionTypeDefaultEffect
Text Contentstring(empty)The text content
AlignmentLeft / Center / Right / JustifyLeftText alignment
Font Sizenumber16Font size in pixels (12--24, step: 1)
Colorstring (hex)(empty)Custom text color. When empty, the form's text color is used

Restrictions

PropertyValue
Unique per formNo
DeletableYes
DuplicatableYes
MovableYes

Conditional logic operators

Operator group: text -- same operators as Heading (see above).


Rich Text

A formatted text block with a WYSIWYG editor. Supports bold, italic, underline, headings, lists, links, and text alignment.

Config options

OptionTypeDefaultEffect
Text Contentstring (HTML)(default content)The rich text content

Restrictions

PropertyValue
Unique per formNo
DeletableYes
DuplicatableYes
MovableYes

Conditional logic operators

Operator group: text -- same operators as Heading (see above).


Separator

A horizontal divider line to visually separate sections.

Config options

OptionTypeDefaultEffect
Separator StyleSolid / Dashed / DottedSolidLine style
Thicknessnumber1Line thickness in pixels (1--10)
Colorstring (hex)(empty)Custom line color. When empty, the form's border color is used
Marginnumber20Vertical spacing above and below in pixels (0--100)

Restrictions

PropertyValue
Unique per formNo
DeletableYes
DuplicatableYes
MovableYes

Conditional logic operators

Operator group: text -- same operators as Heading (see above).


Spacer

Empty vertical space for controlling the distance between form sections.

Config options

OptionTypeDefaultEffect
Heightnumber30Height in pixels (10--200, step: 10)

Restrictions

PropertyValue
Unique per formNo
DeletableYes
DuplicatableYes
MovableYes

Conditional logic operators

Operator group: text -- same operators as Heading (see above).


Alert

A colored notice box for drawing attention to important information.

Config options

OptionTypeDefaultEffect
Text Contentstring(empty)The alert message text
Alert TypeInfo / Success / Warning / ErrorInfoAlert style and color
Show Iconon/offonWhether to show the alert type icon

Alert types

TypeColor
InfoBlue
SuccessGreen
WarningYellow/orange
ErrorRed

Restrictions

PropertyValue
Unique per formNo
DeletableYes
DuplicatableYes
MovableYes

Conditional logic operators

Operator group: text -- same operators as Heading (see above).


Image

Display a static image in your form layout (decorative or informational).

Config options

OptionTypeDefaultEffect
Image URLstring(empty)Image source URL (required)
Alt Textstring(empty)Alt text for accessibility
Image Widthnumber100Width as a percentage of the container (10--100, step: 10)
AlignmentLeft / Center / RightCenterImage alignment

Restrictions

PropertyValue
Unique per formNo
DeletableYes
DuplicatableYes
MovableYes

Conditional logic operators

Operator group: text -- same operators as Heading (see above).

note

This is the design image field for displaying a static image. For the advanced image upload field where users can upload images, see Advanced Fields Reference.


A clickable link that opens an external website in a new browser tab.

Config options

OptionTypeDefaultEffect
Link TextstringOpen websiteThe visible text users click on
URLstring(empty)The destination URL. Only http:// and https:// links are clickable; entering a domain without a scheme automatically prepends https://

Restrictions

PropertyValue
Unique per formNo
DeletableYes
DuplicatableYes
MovableYes

Conditional logic operators

Operator group: text -- same operators as Heading (see above).

note

Links open in a new browser tab. If the URL is missing or not a valid http:///https:// address, the link text is shown as plain text (not clickable).


Summary Details

A read-only overview block that displays all submitted field values. It is automatically placed in the summary step of multi-step forms.

Config options

No configurable options. This field is a fixed block with no user-facing settings.

Restrictions

PropertyValue
Unique per formYes
DeletableNo
DuplicatableNo
MovableNo

Conditional logic

Not supported. This block is always visible on the summary step.


Assignee Block

Displays information about the assigned team member (e.g. name, email, function, avatar). Only available in detail forms. Shows live data from the assigned user's profile.

Config options

OptionTypeDefaultEffect
Show Avataron/offonShow the assignee's avatar image
Show Nameon/offonShow the assignee's name
Show Functionon/offonShow the assignee's function/role
Show Taglineon/offoffShow the assignee's tagline
Show Emailon/offonShow the assignee's email address
Show Phoneon/offoffShow the assignee's phone number
Show Mobileon/offoffShow the assignee's mobile number
Avatar SizeSmall / Medium / Large / Extra LargeMediumSize of the avatar image
LayoutHorizontal / VerticalHorizontalLayout direction of the block
Field Orderarray(default order)Order in which visible fields are displayed (drag-and-drop in the builder)
Columns1, 2, or 31Number of content columns
Column DistributionSpread / Left / Center / Right(auto)How columns are distributed horizontally
Vertical Alignmentarray(auto)Vertical alignment per column: Top / Center / Bottom

Restrictions

PropertyValue
Unique per formNo
DeletableYes
DuplicatableYes
MovableYes
Form typeDetail forms only

Conditional logic

Not supported. The assignee block depends on assignee data and does not participate in conditional logic.


Common notes

  • Design fields do not appear in form submissions.
  • Design fields cannot be locked (lock policy does not apply).
  • All design fields (except Summary Details and Assignee Block) support conditional logic to control their visibility based on other field values.
  • In detail forms, heading, text block, alert, and rich text fields support dynamic value placeholders.