Creating a fast PDF Fillable with over 60 calculations
- March 8, 2022
- 2 replies
- 4186 views
As I read the various forums, it looks like many users struggle to create fast PDF Fillable documents when there are many calculations in play. It too have the same issue. If there are more than 10 calculations or so in a PDF, it becomes so difficult for users to use the PDF.
Option 1:
One community member suggested eliminating calculations in fields. Instead, they suggested creating a button that calculates all fields at one time and sends the data to the relevant fields.
Option 2:
Someone else suggested somehow using validation scripts vs calculation scripts.
I would greatly appreciate just even one code block for either option above to get me started. Once I see the javascript for one calculation, I think I can do the rest.
Here is a DropBox link to the document. It is also attached below. You'll see there are 2 columns of 30 rows each that have calculations (read only fields). And, you'll see the totals at the bottom row (also each calculating).
Thank you for any advice.
