GP Advanced Calculations
Holds the repayment formula, with the functions, comparisons and if/else that Gravity Forms calculations alone do not have.
An auto-financing site lets visitors work out what a loan would cost them each week, month or year, on the page, before anyone picks up the phone.
Change the payment frequency and the repayment formula follows.
Illustrative experience
The finished experience
Visitors find out what the repayment would be without calling, and the ones who do call are asking about a figure they have already seen.
A good fit for
Lenders, brokers and dealerships whose first question is what it costs a month.
Collect the loan amount, interest rate, term and payment frequency as ordinary fields. Add an interest-type choice if visitors can switch between simple and amortized loans; the calculated Number field reads those inputs.
GP Advanced Calculations
Weekly, monthly and yearly are choices worth 52, 12 and 1, so the same formula covers all three instead of you building three calculators.
GP Advanced Calculations
An if/else in the formula editor switches between simple and amortized interest, and round() keeps the result to a figure a visitor can read.
GP Advanced Calculations
Start with Gravity Forms. Add the capabilities this solution needs, then make the experience your own.
if (F1 >= 10):
round(F1 * F2 * 0.9)
else:
F1 * F2
endif;
Holds the repayment formula, with the functions, comparisons and if/else that Gravity Forms calculations alone do not have.
Add these optional plugins when your project calls for more.
Optionally fills the interest rate from maintained Gravity Forms entries or other supported records. An external rate service needs its relevant Connection as well.
Explore GP Populate AnythingThis solution uses a free plugin. Nothing to license from us. This solution spans two suites, so it takes two licenses — bought one at a time, in either order. A plan covers how many of our plugins you run at once, and on how many sites. Here is what this one needs.
Required
GP Advanced CalculationsPerks
Optional
Tick what you want and the plan follows.
Covers this on one site. More sites need Advanced or Pro.
Gravity Perks Advanced $169 /year Taking the optional perk too makes it 2 in all, which needs Advanced.
Free to use with Gravity Forms.
Separate licenses, separate checkouts. Start with either one.
Every plan renews at the same price, and you can upgrade any time for the difference.
No, and it should not read like one. Label it an estimate; the rate a customer is actually given still comes out of your application process.
Yes. Populate Anything can pull the current rate into the rate field from the records you maintain. If the rate lives in an API or a Google Sheet, that source needs its own Connection.
The customer started with a formula our support team wrote and the developer adjusted. Our loan calculator guide includes a conditional formula for simple and amortized interest; configure it for your terms and test the estimate against known examples.
Explore more ways to build with Gravity Forms.
More ways to build
40 tees · $18 each
Tell us what you are making and we will work out which pieces it takes — or tell you straight if this is not something we can do.