Use conditional logic in Forms
Show, require, or lock fields based on other answers in a form.
Conditional logic makes forms shorter and more relevant.
Use it when one answer should change what the employee sees or must complete next.
What conditional logic can do
Depending on the field, rules can control:
whether a field becomes required
whether a field stays editable
whether a field only matters after a specific answer
Available field modes
None — the field is always optional
Mandatory — the field is always required
Conditional — one simple condition makes the field required
Advanced — one or more rules make the field required
How advanced rules work
Advanced rules can combine conditions with AND or OR.
They can check values such as equals, contains, is empty, is before, or is after.
Good setup tips
keep rules as simple as possible
test empty values and edge cases
use read-only rules when users may see but should not change a value
FAQ
Related topics
Last updated
Was this helpful?
