GP Advanced Calculations
Runs the conditional formulas — one per income stream — that standardise whatever unit was entered and turn it into a yearly figure.
Explore GP Advanced CalculationsAn agency built this for a land marketplace. A landowner gives the size of the plot, the unit it was measured in, where it is and which schemes could apply, and the form works out what it might earn in a year.
Sonoma County
Area, location and the selected income streams shape the estimate.
Illustrative experience
The finished experience
A prospect leaves with a figure worth having, and you keep an entry with every value the calculation used still attached to it.
A good fit for
Marketplaces and agencies whose prospects want a number before they will talk to anyone.
The size, the unit it was measured in, where the land is, and which income streams could apply to it. Conditional logic keeps the questions that do not apply off the screen.
Gravity Forms
A hidden field for each stream runs an if/elseif formula that standardises whatever unit was entered, then applies your rate for that stream and location.
GP Advanced Calculations
One more hidden field adds the streams together. The visitor signs up to have the figure emailed, and the entry keeps every value the number was built from.
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;
Runs the conditional formulas — one per income stream — that standardise whatever unit was entered and turn it into a yearly figure.
Explore GP Advanced CalculationsAdd these optional plugins when your project calls for more.
Brings the scheme and location choices, and the rates behind them, in from records you maintain, so a changed rate is a record edit instead of a formula edit.
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.
The visitor only needs the yearly figure. Holding each stream in its own hidden field means you can still see how the number was reached on the entry, without putting the working on the page.
In the original build the rate sits inside the formula, so changing one is a one-line edit and the calculator carries on giving current figures. If you would rather not open a formula at all, populate the rate into a field from a record you maintain and have the formula read that field instead.
Yes. The formula tests which unit was chosen and standardises the area before applying the rate. The original did it with five unit branches in a single formula.
Explore more ways to build with Gravity Forms.
More ways to build
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.