Skip to main content
Participant
July 22, 2025
Question

Special calculation on a fillable form

  • July 22, 2025
  • 1 reply
  • 143 views

I have an order form I'm creating for a client.  There's a quantity column, price each column, shipping column and total column.  User will input the quantity, along with some other info.  However, the quantity column has to x (times) the price each column + the shipping column to get the total.  (A1 * A2 + A3 = TOTAL).  How do I write up the calculation or script in Acrobat, or can it do this?

1 reply

PDF Automation Station
Community Expert
Community Expert
July 22, 2025

If those are the names of the fields, open the properties of the total field, select the calculation tab, and enter

A1 * A2 + A3  as a simplified field notation.