Pro Feature
Skip Logic & Branching
Create dynamic forms that adapt based on user responses. Show or hide questions, skip to specific sections, or redirect based on answers.
How It Works
Skip logic lets you create conditional rules that control the form flow:
IF "Do you own a business?" = "Yes"
→ SHOW "What's your annual revenue?"
IF "Budget" < $1,000
→ SKIP TO "Thank you" (end)
Available Actions
🔀 Go to Question
Jump to a specific question, skipping intermediate ones.
🏁 Go to End
Skip to the thank you screen, ending the form early.
👁️ Show/Hide Question
Conditionally display questions based on previous answers.
Conditional Redirects
Send users to different URLs based on their answers:
IF "Budget" = "$10k+"
→ REDIRECT calendly.com/sales-call
ELSE
→ REDIRECT yoursite.com/resources