A modern UI mortgage calculator with email functions, multiple themes, results template and easy integration. It calculates standard mortgage payment, mortgage rate based on payment and term, and APR based on payment, term, and fees paid.
Note: The themes are now gone away, and version 1.5
brings a modern <details>/<summary>
structure, removing the jQuery Slide dependency. This will not affect any existing websites, as the design stays native, with no extra 🪩 bells and whistles.
How to Install and Use
Add the [metro-mortgage-calculator]
shortcode to any post or page to start using the calculator. The calculator will use the default options.
In order to correctly render the currency symbol, make sure you have the correct encoding in your theme header:
<meta charset="utf-8">
Metro Mortgage Calculator is simple to use. All you need to do is enter the details of the loan amount, interest rate and the loan (or repayment) term. The loan amount is how much you will need to borrow, the interest rate is the rate advertised by the lender and the loan (or repayment) term is the amount of time it takes to repay the loan (generally 15 or 30 years).
Disclaimer and Legal Notice
Metro Mortgage Calculator is for educational and informational purposes only. It relies on assumptions and information provided by the user regarding his/her goals, expectations and financial situation. This calculator does not take into account individual circumstances. The user should consult with financial, tax, and legal advisors for any advice relating to his/her personal circumstances.
In addition to the down payment, the user will also have to pay closing costs – miscellaneous fees charged by those involved with the home sale (such as the lender for processing the loan, the title company for handling the paperwork, a surveyor, local government offices for recording the deed, etc.). The range is from 1% to 8% of the price of the home, though more typically 2-3%. The lender will give the user a more accurate estimate of closing costs on the purchase of a particular house. This is called a “Good Faith Estimate”.
Demo
Mortgage
Standard Calculator
Mortgage
Advanced Calculator
Features
- Works with all themes
- Small, fast and performant
- Can be translated in any language
- Comes with several languages by default
- Customizable email template
- Email function (send results via email)
- Email sender name and address override
- Currency options
- Details options
- Modern user interface
- Mortgage help texts, ready to be copied on the page
- No database
- Minified JavaScript
Where to Use
- Use Metro Mortgage Calculator for a mortgage site
- Use Metro Mortgage Calculator for a real estate site
Changelog
= 1.5.0 =
* FIX: Fix fatal error on PHP 8.0+ due to anonymous function
* FIX: Sanitize and unslash all input and output
* UPDATE: Replace jQuery Slide with <details> and <summary> tags
* UPDATE: Update WordPress compatibility
= 1.4.2 =
* UPDATE: Update WordPress compatibility
= 1.4.1 =
* PERFORMANCE: Update CSS and JS to load only when shortcode is present
* UPDATE: Remove widget functionality
* UPDATE: Update code to use WPCS standards
= 1.3.1 =
* UPDATE: Updated number field step to allow for decimals (better compatibility with older browsers)
= 1.3.0 (cumulative) =
* UPDATE: Updated number field step to allow for decimals (0.01 increments)
* UPDATE: Updated links
* UPDATE: Updated HTML5 tags
= 1.0.1 =
* Fixed several deprecated functions
= 1.0.0 =
* First public release