Copy link to clipboard
Copied
I am trying to do an if then statement on a PDF form.
I have the following formulas in excel and would like help implementing them in PDF.
here are the name of the fields on my PDF form.
Copy link to clipboard
Copied
All doable in a PDF form. Calculations in a PDF are performed with JavaScript. So you'll need to learn some JavaScript.
Here is a link to an article that will get you started with calculations in Acrobat/PDF
https://acrobatusers.com/tutorials/how-to-do-not-so-simple-form-calculations
And here is an article on writing "if" statements
https://acrobatusers.com/tutorials/conditional-execution
Copy link to clipboard
Copied
Calculations and other actions within Acrobat forms use JavaScript. The column and row cell reference make no sense, we need to know which fields they refer to.
How to do (not so simple) form calculations by Thom Prker
Find more inspiration, events, and resources on the new Adobe Community
Explore Now