Participating Frequently
May 20, 2024
Answered
Adobe Form Calculation Help
- May 20, 2024
- 1 reply
- 863 views
I'm creating an order form and I have it set to calculate the total price based on the unit price plus the quantity valued that is entered.
But there is an option in the menu where, if ticked, I need it to add an extra $2 to the unit price.
My current calculation is QTY2*15, wtih QTY representing a quantity that the user can order.
I basically need it to calculate this:
QTY2*15 if Nuts aren't selected
QTY2*17 if Nuts aren't selected
I've named the Nuts Tick Box as SNACKS52, with the Export Value of YesNuts.
In my head it sounds simple, but I haven't coded before, so your help would be much appreciated.
