Answered
I am trying to do a form in acrobat that contains a simple sum calculation.
How can I calculate the sum of 16 different fields and display the total inside a different text field?
These are the names of the fields I want to sum:
total1, total2, total3, total4, total5, total6, total7, total8, total9, total10, total11, total12, total13, total14, total15, total16
And this is the name of the field that I want to display the total of the sum of the 16 fields above:
TotalWeighted
I know I can do this by using the sum feature in acrobat but I do not want to do that because it has caused me trouble in the past. I want to do it with JavaScript.
Programmers please help!
Thanks in advance.
George