Answered
I am trying to use a script calculations in acrobat 8 to perform the following action in a form.
if value in field A equals 5 then put the value of field B into field C. Is this action possible? I have tried a few things but know luck.
Thanks
if (this.getField("A").value==5) {this.getField("C").value = this.getField("B").value;}
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com