I can't get this if/calculation of the statement of work


In an Acrobat form I want to check to see if a field check box has been checked (value = yes) and if this is the case, put a specific, static number in another field. That's all.  Seems simple, but I can't understand it.  (Excel - Yes.  Acrobat Script - no.)  Help, please! Thanks in advance.

In the target custom calculation of the field, enter this:

If (this.getField("checkbox1").value == "Yes") {event.value = 12 ;}

You will need to change the name of the field box (between quotes)

and of course the value that you want to apply.

Tags: Acrobat

Similar Questions

Maybe you are looking for