Multi-step form - Step conditions working in reverse order

Please watch video

[sensitive]
https://share.cleanshot.com/FPw0qfvz
[/sensitive]

In general, this isn’t a bug — but I understand how the logic might be misinterpreted.

Conditions in “Steps” behave exactly like conditions in any other form field you can use. You define a condition that determines whether a field should be shown. The same applies to steps: you define a condition that decides whether a step should be displayed — not when it shouldn’t be.

I understand that the “Method” section below can be confusing. Since we read from top to bottom, it can seem like the method is a continuation and that the condition blocks the next step. However, the “Method” only defines what should happen when the condition is not met.

So everything is working as intended — you just need to invert your condition logic. We’ll adjust the UI slightly in the next update to make this clearer. :slight_smile: