I'm working on creating PDF Forms for our Health and Safety Program and am currently working on a form where I have a series of radio button groups (each contains a yes and no button) in a section that determines whether an additional form is required. I'm trying to make it so that when they click 'yes' to any of the options, a text field will appear explaining they must also attach a 'Critical Lift Checklist'. This Text Box must remain visible as long as any one of the radio button groups has 'yes' selected.
I'm just starting to get into javascript, and I can't find any information on showing/hiding fields based on a series of radio button groups... is this even possible?