Conditions
Conditions are used to show or hide fields based on a formula.
Basic Usage
Hide a field when the width is larger than 10
Formula:
js
[width] > 10
In this case, if the formula is true, the height field will be hidden.
Hide field options
You can also hide field options like this:

Then click any field option to hide it:

You can also hide groups and steps using the conditions.
TIP
When you hide a step, it will be disabled and not actually hidden.
As with other formulas, you can use the formula functions to implement more complex logic.
