Need a simple loan calculator that allows input from user.
Example:
Loan Amount = RM100,000
Year = 9 Years
Rate = 3%
((100,000 x 3%) x 9 years)) + 100,000 / 108 months = RM1175.93
The currency would be in RM (ringgit malaysia)
For the loan amount, I need it to be in text box (numeric only).
The years, i need it to be input text box (numeric only)
The rate, will be input text box also.
After submit, it will show the value.
Your monthly payment is RMxxxx.xx
Then on the bottom “For personal car loans, you can approach our sponsors at XXX bank” (with the link to the site)
I will need this script to be able to run within the right column widget of a wordpress theme for the car dealer website.
Not necessary a widget. but just need it to work in the wordpress site. So hope you can do a clean interface for it. Ajax would be nice.
Size will be 300px on the width.
