conditional calculation in acrobat
I'm working on a PDF order form and know nothing about Java.
I need to calculate the in-state shipping cost (Field1) based on whether the buyer selected YES for in-state (Field2).
The calculation would be Subtotal Price (Field3) * .20. In other words, the in-state shipping cost is 20% of the order subtotal.
I'll need a calculation for out-of-state shipping based on similar fields with a cost that is 30% of the order subtotal.
Thanks for any help/
