If/then statement on .PDF form
I have an order form that has only one product. I need to run a simple if/then script that automatically populates another field (price).
It is basically; if you buy 1 of the product it is: $100 per item. If you buy 2+ items, it is $90 per item.
The user then populates how many items they would like (logic is displayed above), it then automatically populates their price in the next field. (Total).
Having a bit of an issue finding the correct code, seems easy enough, but having a bit of trouble.
Any help would be greatly appreciated.