I have created a form in Adobe Acrobat Pro 9 where I have assigned values to checkboxes. I have managed to sum the total of the checkboxes, which is displayed ina separate textbox, but now I need to calculate the percentage of that against the total. CAn anyone help?

Worked it out if anyone else needs:
var TPA = +this.getField("Total Points awarded").value;
event.value = (TPA/45);

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.