Skip to main content
Visibility rules conditionally show or hide individual fields based on prior answers or external data. Unlike navigation rules (which control page routing), visibility rules operate within a single page to dynamically adjust which fields the candidate sees.

How They Work

  1. An admin attaches a visibility rule to a specific field
  2. When the page loads, the platform evaluates the rule’s condition tree
  3. If the rule evaluates to true, the element is shown
  4. If the rule evaluates to false, the element is hidden

Common Use Cases


Condition Building

Visibility rules use the same condition tree system as decision rules:
  • Field conditions comparing form answers, application status, or profile data
  • Logical operators (AND, OR, NOT) for combining conditions
  • Dynamic data paths for referencing values anywhere in the Object Graph

Key Differences from Decision Rules