Hello,
I have a form with a choice field (ex: Choice_Field with options "A" or "B").
If option "A" is selected I want the field, Optional_Field, to be enabled, and disabled when option "B" is selected.
I have been using an expression for the "Enabled" feature under Appearance for Optional_Field. The expressions I have attempted are the following:
fn-Equals(Choice_Field, "A")
Choice_Field == "A"
I have been adding Choice_Field to both expression attempts by typing out "Optional_Field" and also by selecting the field from Item Properties.
The result is the field never becomes enabled for either expression and regardless of how I add Choice_Field to the expression. Any suggestions would be greatly appreciated! Thanks.
