I have the need to run a simple calculation on a form. The first three elements that may/may not factor in a value are checkboxes. I'm not a developer so this process is fuzzy for me. I'd like to know what I add to this statement to include/exclude their value whether or not it's checked. event.value = ( this.getField("CheckBox.14").value +
this.getField("CheckBox.15").value +
this.getField("CheckBox.16").value ) -
this.getField("Text5").value +
this.getField("Text8").value;
Thanks!
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script