Skip to main content
Participant
January 7, 2021
Question

PDF form calculation

  • January 7, 2021
  • 1 reply
  • 362 views

Hi

I'm trying to figure out how to allocate a total number from one form field to multiple forms. Ideally, the total number would adjust (subtract or add) when inputting into all other forms. I'm assuming some custom calculation script would work but unclear on how to script that.

 

I've attached an image that illustrates the "TotalCoins" form that would be allocated to both "SalesForce" and "InstallBase" forms. The total $200 would adjust based on the amount distributed to the other forms.

 

All ideas are welcome! Thanks

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
January 7, 2021

You can use the Simple Field Notation option under the Calculate tab of those fields.

For example:

 

TotalCoins + 200

 

Or:

 

TotalCoins - 125.75

 

If you want more complex calculations a script can be used, too.