Show hide field is not working on Browser (Inverse)
I am using the Javascript: this.getField("").display = event.target.value== "Off"? display.hidden:display. visible
The situation is only available in Adobe PDF.
When I open the form on other Browser and fill the form by keyboard, the show/hide action is inverse.
That means when I tab space to tick the box, the field doesn't show, and however when untick the box,the field show.
How to fix it?
