Question
two codes
Can someone pls help.
event.value = Number(this.getField("num1").valueAsString)*7 + "%";
event.value = Number(this.getField("num2").valueAsString)*7 + "%";Only the second code is working but I need both of them to work,if value is changed in "num1" field I need first code to activate and if value is changed in "num2" field I need second code to activate.
