adding
Is there any mistake in this script?
I wanted to add few variables in a pdf form, but it is not working: (I am a learner)
(this.getField("A").value)*10+ (this.getField("B").value)/3.5+
(this.getField("C").value)*2+
(this.getField("D").value)/2+
(this.getField("E").value)/4+
(this.getField("F").value)/0.227+
(this.getField("G").value)/2+ ((this.getField("H").value)||(this.getField("I").value))+
((this.getField("Text1").value)||(this.getField("Text2").value) ||(this.getField("Text3").value));
Thanks,
