How to add values assigned to checkboxes?
Good day!
I have a PDF form with checkboxes with corresponding values.
What I want is when a checkbox is selected, it would get the value and add it along with the value with the other selected checkboxes.
Example:
[ ] Option 1 (value is 100)
[ ] Option 2 (value is 200)
[ ] Option 3 (value is 300)
Thus, if I select only Option 1, the result would be 100
If I select Option 1 and Option 3, the result would be 400
I hope you can help me with my problem.
