Java Script Calculation in PDF Form
Hello there
This might be easy for someone:
I'd like to calculate in a PDF Form.
I have 2 components which are relevant for the calc:
1. Amount (whole numbers)
2. Checkbox (if this is checked, the amount should be multiply by 16 insted of 14)
There should be a condition:
if the amount is between 2 and 4, it should multiply by 0.85
if the amount is between 5 and 9, it sould multyply by 0.75
if the amount is 10 or greater than 10 it should multyply by 0.50
Any ideas?
Would be so helpful.
Best P
