Building out a form with multiple groups and multiple questions per group. Some questions are in the style of "Did you do your homework?" and the answer choices are "Yes, No". If someone entering the form selects the "No" option, I want a hidden field to appear where they can enter a reason. I don't need that field to appear when they hit "Yes".
I understand this to be conditional visibility, but that function in the SmartForms builder appears to have been removed. Googling a question like this brings up several posts, blogs, videos, etc from 2021 and shows different options than what's in there now.
So...how can this be achieved in SmartForms? I have tried the Arcade expressions, but it does not toggle the field on/off depending on the other questions' choice. What would be the preferred expression to make this happen?