Hello,
I can see others have asked this question but the replies were taken to private emails so I didn't see the solutions.
I am trying to build a leasing calculator and provide users the ability to input two values and select one of four desired lease terms (which will be calculated based on our rates and their entered values). The user has the ability to change the amounts and click calculate and without submitting, the form will recalculate and refresh with the new term lease amounts. Example below:
Input fields from User:
-Estimated Loan Amount: $50,000
-Estimated Monthly Profit: $5,000
[html]
Available Monthly Terms
24 36 48 60
$2,284 $1,590 $1,244 $1,038
to to to to
$2,401 $1,709 $1,366 $1,163
Several other values/fields based on the calculation will be returned as well but I just need to get this part going first.
I would appreciate any help. Right now we have this calculator working on our live website but it is split on three pages and dumping calculations to HTML fields and causing the user to have to go back two pages to re-enter their starting Loan and Profit amounts.
Thanks!