Conditional logic on forms

Show, hide, and require based on previous answers.

4 min read Updated 2026-04-24

Conditional logic makes forms feel shorter by only showing relevant fields. Rules fire live as the user types.

Example

  • Field "How many employees?" → show "Enterprise contact" field only if > 50.
  • Field "Country" → show state/province only if US or Canada.
  • Field "Service" = Consulting → require "Budget" to proceed.