Description
Doing complex calculations in Gravity Forms can be a chore, but this plugin can make it slightly easier. This WordPress plugin adds MIN()
and MAX()
functions for Gravity Forms number fields calculations. It can be used to determine the highest or lowest value between any number of passed arguments, including merge tags.
Installation
From the WordPress Admin Area
- Log in to your WordPress admin area and navigate to the
Plugins
page - Click
Add New
, then clickUpload Plugin
- Click
Choose File
, then locate and select the plugin zip file - Click
Install Now
Using FTP
- Upload the entire
gravityforms-minmax
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Reviews
Contributors & Developers
“Gravity Forms MIN/MAX Calculation” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Gravity Forms MIN/MAX Calculation” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.4.1: January 11, 2020
- Fixed a console error in admin when viewing form entries.
0.4.0: April 17, 2019
- Fixes bug where calculations encapsulated in parentheses with MIN/MAX might create errors.
- Formulas containing MIN/MAX functions now validate correctly in the form editor.
0.3.1: January 10, 2019
- Fixes bug where calculations and parentheses within MIN/MAX created errors.
0.3.0: January 9, 2019
- MIN/MAX function arguments can now contain calculations. For example: MIN(100 / 2, 75)
0.2.0: June 7, 2018
- MIN/MAX functions can now accommodate any number of arguments.