Gravity Forms Cost Calculator Pro
Gravity Forms Cost Calculator Pro completely revamps calculations in Gravity Forms, adding support for complex mathematical functions directly within your Number and Product fields.
Not only does it empower you with advanced mathematical functions and conditionals, it improves the formula editing experience with a powerful new editor, complete with syntax highlighting, autocompletion, shorthand field references, and so much more!
How to Use Conditional Formulas For Gravity Forms
The formula that uses the IF function
Conditional formulas are an extremely powerful feature of Excel that allow you to make calculations dynamic. These formulas can be used to check the value of a cell and take action based on the result.
if(test, true result, false result)
if( number1 < number2, number1 * 2, number1 * 5 )
Nesting IFs to handle more conditions
What the formula actually tells us to do is to evaluate the logical_test of the first IF function and, if the condition is met, return the value supplied in the value_if_true argument. If the condition of the 1st If function is not met, then test the 2nd If statement, and so on.
if(test, true result, if(test, true result, false result) )
if( number1 < 100, number2 , if(number1 < 200, number2 * 2, if( number1 < 500, number2 * 3, number2*5)))
Calculating the Number of Days between two dates
The DAYS formula, allows you to calculate the number of days between two dates. Knowing how to use this formula can help you complete many professional tasks, such as tracking the length of client contracts.
days(end_date, start_date)
days(2022-12-20,2021-11-06) = 409
Calculating the Number of Months between two dates
If you manage multiple projects, you would need to know how many months have passed between two dates. Or, if you’re in the planning phase, you may need to know the same for the start and end date of a project.
months(end_date, start_date)
months(2022-12-20,2021-11-06) = 13
Calculating the Number of Years between two dates
Returns the number of years between two dates.
years(end_date, start_date)
days(2022-12-20,2021-11-06) = 1
Calculate age from date of birth
The simplest way to calculate age
age(birth_date)
age(2000-12-20) = 24
Calculate age between two dates
age2(end_date, start_date)
age2(2000-12-20,2010-12-20) = 10
Round Function
The ROUND function rounds a number to a specified number of digits
round(number1)
round(3.51212) = 4
Round to at most 2 decimal places
round2(number1)
round2(3.51212) = 3.51
FLOOR function
The FLOOR function is used to round a given number down, to the nearest multiple of a specified significance.
floor(number1)
floor(5.9598) = 5
floor2(number)
floor2(5.9598) = 5.95
CEIL function
The ceil function returns the smallest integer value which is greater than or equal to the specified number
ceil(number1)
ceil(0.95) = 1
MOD function
mod(number1,number2)
mod(3,2) = 1
AVERAGE function
avg(number1, number2, number3,...)
avg(10,20,60) = 30
MIN MAX function
min(number1, number2, number3,...)
min(4,3,5,36) = 3
max(number1, number2, number3,...)
max(4,3,5,36) = 36
ABS function
abs(number)
abs(-3) = 3
SQR function
Returns the square root of a positive number
sqrt(number1)
sqrt(16) = 4
Random function
random(number_start, number_end)
random(100,999) = 258
POW function
pow()
function returns the value of x to the power of y (xy).pow(number1, number2)
pow(3,4) = 16
SIN, COS function
sin(0) = 0
cos(0) = 1
Key Features
- Easy to Use:
Experience from building without any difficulties due to an easy-to-use interface that can be used by beginners as well as professionals.
- Automatically Calculated Fields:
Effortlessly create forms with fields that automatically calculate values, eliminating the need for manual input.
- Radio, Checkbox, and Select Fields:
Enhance form flexibility by incorporating custom radio, checkbox, and select fields, allowing users to provide specific and diverse responses.
- Cross Browser Compatibility:
Ensure a seamless form experience across all major browsers, guaranteeing accessibility for your diverse audience.
- Custom Format Total Field:
You have the flexibility to customize the format of the total field in the calculator. This allows you to control how the calculated value is presented to users, such as adding currency symbols, decimal places, or any other desired formatting.
- Finance Calculators:
The Cost Calculator can be utilized to create finance calculators, enabling users to calculate loan payments, mortgage estimates, or other financial calculations directly within your forms.
- Quote Calculators:
With the Cost Calculator, you can build quote calculators that provide instant price estimations based on user inputs. This is ideal for businesses that offer customizable products or services and want to provide quick quotes to their customers.
- Booking Cost Calculators:
Simplify the booking process by adding cost calculators, allowing users to plan and understand expenses within the form itself.
- Multiple Calculated Fields:
The add-on can also be used to create booking cost calculators. You can set up fields that consider variables such as duration, quantity, or other parameters to calculate the total cost of a booking.
- Add more…
For more information, please read our document.
Simplify, calculate, and engage with the Gravity Forms Cost Calculator today!
Related
Related plugins
Email Customizer for Gravity Forms
Customize Gravity Forms emails with the YeeMail email builder. Customize email template per form.
Gravity Forms International Phone Field
This plugin helps you add and validating international telephone numbers.
Gravity Forms Range Slider Field
It’s easy to add field range to your form.
Gravity Forms Multi-Step Pro – Preview Submission
Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!
$25.00/ 1 Website
What's included
- Lifetime licenses
- Lifetime updates
- 1-year support
- Instant download
- 30-day money-back guarantee
Details and compatibility
- Version: 2.5.8
- Tested up to: 6.7
- Last updated: 1 days ago
- Category: Gravity Forms
Requirements
- WordPress Version 3.9 or newer (installed)
- PHP Version 5.2 or newer
Support
30-day money-back guarantee
Enjoy add-ons.org products completely risk-free. If you don't like our products, we'll be happy to offer you a full 100% refund within 30 days of purchase with no questions asked.
Related
4 reviews for Gravity Forms Cost Calculator Pro
Only logged in customers who have purchased this product may leave a review.
miacoll (Purchased) –
Great plugin with lots of possibilities. There was a small problem after an update and the developper of this plugin helped me very good and fast!
Kathyn Ella (Purchased) –
Just recommend it!
Kirk (Purchased) –
Very good coded calculator, and very easy to customize and use for multiple reasons.
Samoe Zak (Purchased) –