Mathematical calculations for fillable pdf
Hi! I am a beginner and need help developing two calculations for my fillable pdf. I believe it has to be in javascript.
The idea is the following:
* The person has a "balance" and it will be divided into "x" monthly payments. Below is an example-
Field A is the balance: $1,300
Field B is the total # of months: 12
Field C is the balance divided by 11 months: $108
Field D is the remaining monthly payment: $112
* I need to use whole numbers, that is way field C is rounded down and the remaining balance is passed on to field D.
I am sorry if this is confusing. If someone can point me in the right direction, I would appreciate it!
Thank you!
Caroline