I am constrained to Acrobat 4.05 and I need to know how to check a box based on the value of another field.
I tried
var myfield = this.getField("TextField"
var mybox = this.getField("CheckBox"
if (myfield.value == 'value') mybox.value = True;
and variations, but to no avail.
Please advise.
I tried
var myfield = this.getField("TextField"
var mybox = this.getField("CheckBox"
if (myfield.value == 'value') mybox.value = True;
and variations, but to no avail.
Please advise.