Last modified by - 8 years ago
573 Views
Less than a minute read

Mortgage Payment Calculator

Theme Bootstrap
Targeted Device Medium devices (desktops, 992px and up) users. Collapsed to start, horizontal above breakpoints.
Label Position Top
Radios and Checkboxes Stacked
Element Size Medium

Shows how to create a mortgage calculator form in WordPress using WP App Studio calculated attributes

In this example, we calculate the first month's payment and total payment over the duration of a loan.. Formulas used in calculations are below:

Monthly Payment:

PMT(!#ent_mortgage_rate#/12, !#ent_mortgage_nper#,!#ent_mortgage_principal#,!#ent_mortgage_fv#,!#ent_mortgage_due#)

Total Payment:

!#ent_mortgage_payment#*!#ent_mortgage_nper#

Note: The attribute tags used in the formulas are based on the names you give to your attributes.

[mortgage_payment]
Related Embeds
Previous Next
Related Panels
Related Articles
Related Documents
Previous Next
Was this information helpful?