Avatar

Correct answer by
Level 10

Hi,

The following works in the exit event of the numeric field, where the language is set to JavaScript:

if (this.rawValue <= 22) {

     Approval23.presence = "hidden";

}

else {

     Approval23.presence = "visible";

}

Here is your form: https://acrobat.com/#d=3gRNt6WBY2bE0K7en4CnSA

Hope that helps,

Niall

View solution in original post