I have searched and haven't found the answer to my issue. I searched 'unpopulated text fields, 'unselected checkboxes', and 'unselected radio buttons'. I appreciate your expertise and help.
I have a checkbox, "No Change" in the section headers of my form. When checked, it hides the content of the entire section. Works great.
Should the user, within that section, populate ANY text field, or select ANY checkbox, radio button or drop-down selection, the initial 'No Changes' checkbox in the section of each header is hidden (to avoid inadvertently 'hiding' a section that is populated with new data.).
Another checkbox, at the end of each section of the form, will hide any un-filled text fields, un-selected check boxes, and un-selected radio buttons
So, I need both of these functionalities:
- If, at any time, the form user populates ANY of the fields within the section (text fields, check boxes, radio buttons), then, the existing 'No Changes' button within the section header is hidden (to avoid inadvertently 'hiding' a section that is populated with new data.)
- When the checkbox at the end of the section is selected, any non-populated text fields, un-selected check boxes or un-selected radio buttons, will become hidden.