PDF form and Javascript query
I have a PDF form that I need to make a specific set of calulations on.
The form has a series of tick boxs that when ticked, add a specific value to their corresponding fields.
(I've managed to do this using Javascript).
These fields are then totalled up in another field.
(I've done this using the 'caluculate' feature in PDF forms).
This all works OK, however my problem is that I need those values to zero out when those fields are unticked and I cannot figure out how to do this.
