Hi, I am fairly new to building forms in acrobat. I've made an order form for my company, and right now i have a few calculation forms.
the first row has a field (Subtotal1) represents the initial purchase Price which is $149. The second row has a field (AddLicenses) for entering how many additional licenses a person wants, and then a field (Subtotal2) on that row which is formated to Calculate the number of addition licenses multiplied by the price of additional licenses (AddLicenses * 99). Ok so where my question comes in....
i've been trying for two days to figure out, how to write a script or even set up the form, where my Combo box, of the states initials, is linked to the Sales Tax box(Tax).
I want to have the form set up where, if the State Combo Box on "CA" then it will
Add Subtotal1 and Subtotal2 and then multiple it by 0.0775 and put's the answer into the tax box, and if any other state is selected $0.00 is put into the Tax box. I'm a complete beginner when it comes to scripting, so if you could help me with this i would love it!
Since there is only a California sales tax why not just use a check box?
Are you expecting a the overturning of Quill vs North Dakota or neighboring states to form a tax collection consortium?
For using the switch statement, which will allow for easily adding code by each state needed:
George Kaiser