Skip to main content
Known Participant
May 27, 2025
Question

changed a calculation - now my totals are $1

  • May 27, 2025
  • 1 reply
  • 492 views

I have a form that is working correctly> However, I missed a calculation. Once I add the calculation the totals changed from $0 to $1. But nothing has been entered in any of the calculation areas.

 

Any thoughts, advice, etc is appreciated.

1 reply

PDF Automation Station
Community Expert
Community Expert
May 27, 2025

In our first screenshot there is a NaN (not a number) value in the discount field, which means there is probably an error somewhere in your script.  When an error is tripped, all calculations stop.  Check the console for errors:

https://pdfautomationstation.substack.com/p/the-javascript-console

Known Participant
May 28, 2025

Thank you!