I have a Dropdown (DD1) with many items that can be selected.
For each item I have a selected in (DD1) a set of radio buttons that will appear.
The idea is if the item in DD1 is selected the radio buttons appear and the user can check the radio buttons. This part works great.
What I want is if you deselect the item in DD1, I want the value of the associated radio buttons to reset, and update back to Sharepoint that nothing is selected. I've tried every way I can think off and I'm just spinning wheels.
I have tried about everything. Even making a simple button to reset the radio control errors out.