Hide/Show fields not working on mobile devices
Hi
I have aline of code that works no problem on desktop. In custom keystroke script:
this.getField("Supply_App.3").display = (event.value=="None") ? display.hidden : display.visible;
This doens't work on a mobile device -I'm testing on an iPad with Acrobate Reader for iOS. I've read I shoudl replace the ? with an if statement but I'm struggling to get it to work correctly without adding an additoanl vaidation field - which I'd rather not do. Any advice?
TIA
