I have a long form that has several File Upload fields grouped together at the bottom of the form. Based on what the person selects in some previous questions (check boxes or radio buttons), I need to hide some of the File Upload fields since they don't apply.
I have tried to set field rules for this but nothing I do will hide the file upload fields. I have tried the following logic:
Show file upload field if radio button is "Yes".
Hide file upload field if radio button is "No".
Neither of these rules has worked. I also have checked all the other field rules to make sure something wasn't causing a conflict and there are no other rules that point to these fields. All my other field rules are working as desired.
We are running Forms v9.2.1
Any suggestions for what to try next to get these fields to hide properly?