I am trying to show a panel only when a certain radio button has been selected. I have been able to hide the panel, but the function doesn't recognize my radio button selection. I have a feeling it may be because it is a radio button and not a drop down menu. Any help would be great. Here are the details:
- ColumnName = ContractType
- ContractType has four radio button options: New, Addendum, Renewal, Other
- When the user clicks "Other" a panel should appear.
- The control settings for the panel are currently: Appearance - Visible - Expression - fn-Equals(Contract Type,Other)
What's the correct logic?