Currently in every step in a multistep form one can say
“show this step if e.g. field1=1 AND field2=2”
or one could say
“show this step if e.g. field1=1 OR field2=2 OR field3=3”
This is great for most cases. However it would be nice if one could use AND/OR conditions together for more complex situations like:
“show this step if e.g. field1=1 OR (field2=2 AND field3=3)”
Best
David