Question
Map field-name to checkbox
I am attempting to automatically check a checkbox when a hidden field has a certain description.
Very new to JavaScript.
My validation script is:
if (+event.value=="Text") this.getField("Text1 Checkbox").checkThisBox(0, True);
Would someone please explain why this doesn't work and what the correct script should be.
Any help is greatly appreciated.
