Adding export Values.
I am using numeric values in check boxes and want to add them and then divide by and I forgot the java code and can't seem to get it right.
It professional, networking, technical, graphical, imaging, froms.
My Product Information:
Acrobat Pro 8.0999999999999996447286321199499070644378662109375, Windows
Add a text field that is hidden, formated for numbers and will sum the totals of the check box values.
Add a second text field and enter a custom calculation script.
var t = this.getField("Sum");
Note: Sum is the value in the hidden text field.
event.value = t.value /2;
Substitute the 2 for the divisor you'll use.
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.