Copy link to clipboard
Copied
I have 5 radio buttons. and 4 fields. the fields are hidden.
The first 2 radio buttons hide/unhide 2 text fields and the other 3 radio, hide/unhide the others.
So I click the first button, unhide works, but when i clisk the 2nd set, it unhides but the first stays visible.
Same with a checkbox, check the box, field unhides, uncheck the box, field is still visible.
Copy link to clipboard
Copied
In you scripts for the buttons are hiding the hiding the fields that are not being hidden?
Can you post the JavaScript you are using or a link to a sample form with the problem?
Copy link to clipboard
Copied
not using JS. In the actions, I am setting showhide. so one radio unhides 1 set. then when clicking the other radio, it should rehide the first set and hide the second. The first one does not get hidden, even tho it is in the action to hide.