So I want to do the following condition.
if all these are true
radio button
show (field) if yes
show (field) if no
show (field) if dropdown is not x
The problem is that the radio button needs to be show on any and the dropdown really needs to be hide if x.
I could hack things so that the reveal of the form is some onclick function on the radio area but it seems like there should be a better way to do it.
I'm I missing some obvious logic? Or is my condition just too complex?