i've been battling with a somewhat complex registration form, and this thing is making me feel like an idiot... until i realized that something must be broken.
i've got a test page displaying the form here: http://milwaukeesynod.org/test-page/
i have several options that switch out with a conditional statement, working just fine. but the problem i'm seeing is when i add two lines of conditions to an element.
for instance.
working: show IF "age" IS "youth"
not working: show (when ALL are true) IF "age" IS "youth" AND IF "rooming options" IS "I'm staying overnight"
i did a search, and can't seem to find any mention of this issue. am i just not understanding how the conditions work or did i find a bug?