GravityWP – Count
by GravityWP · Forms
Also makes 3 other plugins · 7.5K+ installs across the portfolio →
Count, filter and display the number of Gravity Forms entries or the total of a number field for multiple entries.
76 health vs 63 average across 1,679 Forms plugins
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Excellent listing optimization
Biggest win: Rating quality
To rank higher: Too few reviews to rank on quality — nudge happy users to leave one.
Get the full rank-higher report →Daily downloads
Since 2022-10-05 · 1,424 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
370
now · peak 2.4K
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
Release cadence
Occasionally updatedHow often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.
1
releases in the last 12 months
10mo ago
latest release · v0.9.15
24
tagged releases on record
Recent releases
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 100% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “1K+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2016-01-01 · 1,438 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.
Details
Recent reviews
All reviews on wp.org ↗- ★★★★★ Deddy Manze2.5y ago
No longer need to open the dashboard to view entries, all can be displayed on the homepage
Read on wp.org ↗ - ★★★★★ Marco2.7y ago
Does what it says and well. Thank you! This topic was modified 2 years, 7 months ago by Marco. This topic was modified 2 years, 7 months ago by Marco.
Read on wp.org ↗ - ★★★★★ atechguy2.8y ago
Hi there, Very lovely plugin. I have a quick question, i have a form that has a dropdown with multiple labels. I can’t seem to be able to get this working, it sums up to zero (0). [gravitywp_count formid=’12’ number_field=’31’ filter_field=’31’ filter_value='Rejected’ filter_field2=’31’ filter_value2='Not taken up' filter_field3=’31’ filter_value3='Claims fall within Excess' decimals='' dec_point='' thousands_sep=''] Please kindly point me to the right direction.
Read on wp.org ↗ - ★★★★★ giuseppepavia3.0y ago
Hello on filter_value='{} is it possible to integrate a search variable? Example if I want to count all the values of the year 2015, is it possible to select 2015 from a dialog and get the result? Thank you
Read on wp.org ↗ - ★★★★★ Chapmanmarketingsolutions5.2y ago
Simple plugin that delivers powerful results. Big thanks to the developers!!!
Read on wp.org ↗ - ★★★★★ Gwenael7.5y ago
Hi, Great plugin! Thank you! Is it possible to count the number of entries with an active gravity flow step for the current user? So, any active step for the current user and not a specific one.
Read on wp.org ↗ - ★★★★★ rochekaid7.7y ago
This plugin pairs beautifully with GravityView. I was able to sum rows of similar entries on the front end of Multiple Entries table. Perfect if you need to track the sales of individual sales people, order amounts from similar customers, etc. This topic was modified 7 years, 6 months ago by rochekaid.
Read on wp.org ↗ - ★★★★★ catonpillar8.4y ago
With this plugin, I was able to do a quick calculation and filtering. The end result is that I have a form with max entries base on count results (how many choose same option in Radio) along with another filter (how many of them has the status of “x” as approved”). Rendering results in JS … no .. just have a look: time_1100 = <?php echo do_shortcode('[gravitywp_count formid="71" filter_field="65" filter_value="11:00" filter_field2="40" filter_value2="Approved" thousands_sep="," ]'); ?>; time_1115 = <?php echo do_shortcode('[gravitywp_count formid="71" filter_field="65" filter_value="11:15" filter_field2="40" filter_value2="Approved" thousands_sep="," ]'); ?>; time_1130 = <?php echo do_shortcode('[gravitywp_count formid="71" filter_field="65" filter_value="11:30" filter_field2="40" filter_value2="Approved" thousands_sep="," ]'); ?>; time_1145 = <?php echo do_shortcode('[gravitywp_count formid="71" filter_field="65" filter_value="11:45" filter_field2="40" filter_value2="Approved" thousands_sep="," ]'); ?>; time_1200 = <?php echo do_shortcode('[gravitywp_count formid="71" filter_field="65" filter_value="12:00" filter_field2="40" filter_value2="Approved" thousands_sep="," ]'); ?>; time_1215 = <?php echo do_shortcode('[gravitywp_count formid="71" filter_field="65" filter_value="12:15" filter_field2="40" filter_value2="Approved" thousands_sep="," ]'); ?>; time_1230 = <?php echo do_shortcode('[gravitywp_count formid="71" filter_field="65" filter_value="12:30" filter_field2="40" filter_value2="Approved" thousands_sep="," ]'); ?>; time_1245 = <?php echo do_shortcode('[gravitywp_count formid="71" filter_field="65" filter_value="12:45" filter_field2="40" filter_value2="Approved" thousands_sep="," ]'); ?>; time_1300 = <?php echo do_shortcode('[gravitywp_count formid="71" filter_field="65" filter_value="13:00" filter_field2="40" filter_value2="Approved" thousands_sep="," ]'); ?>; time_1315 = <?php echo do_shortcode('[gravitywp_count formid="71" filter_field="65" filter_value="13:15" filter_field2="40" filter_value2="Approved" thousands_sep="," ]'); ?>; //gchoice_71_65_0 $( "#input_71_65 .cat_time" ).remove(); $( "#input_71_65 label" ).prepend('<div class=cat_time><i class="fa fa-clock-o"></i></div> '); $( ".cat_cout" ).remove(); $( ".gchoice_71_65_0 label" ).append( $( "<div class=cat_cout><i class='fa fa-user'></i> "+ time_1100 +"</div>" ) ); $( ".gchoice_71_65_1 label" ).append( $( "<div class=cat_cout><i class='fa fa-user'></i> "+ time_1115 +"</div>" ) ); $( ".gchoice_71_65_2 label" ).append( $( "<div class=cat_cout><i class='fa fa-user'></i> "+ time_1130 +"</div>" ) ); $( ".gchoice_71_65_3 label" ).append( $( "<div class=cat_cout><i class='fa fa-user'></i> "+ time_1145 +"</div>" ) ); $( ".gchoice_71_65_4 label" ).append( $( "<div class=cat_cout><i class='fa fa-user'></i> "+ time_1200 +"</div>" ) ); $( ".gchoice_71_65_5 label" ).append( $( "<div class=cat_cout><i class='fa fa-user'></i> "+ time_1215 +"</div>" ) ); $( ".gchoice_71_65_6 label" ).append( $( "<div class=cat_cout><i class='fa fa-user'></i> "+ time_1230 +"</div>" ) ); $( ".gchoice_71_65_7 label" ).append( $( "<div class=cat_cout><i class='fa fa-user'></i> "+ time_1245 +"</div>" ) ); $( ".gchoice_71_65_8 label" ).append( $( "<div class=cat_cout><i class='fa fa-user'></i> "+ time_1300 +"</div>" ) ); $( ".gchoice_71_65_9 label" ).append( $( "<div class=cat_cout><i class='fa fa-user'></i> "+ time_1315 +"</div>" ) ); Yes i know that i can youe functions and loops in php …. above was 5 minutes
Read on wp.org ↗
Latest updates
via wp.org changelogRecent releases and news for this plugin
- — Version 0.9.15 Added the possibility to use ‘gwp_count’ as a short alternative for ‘gravitywp_count’. 0.9.15
- — Version 0.9.14 Fix a bug introduced in 0.9.12, where the total entries of all forms wasn’t counted anymore when the formid parameter is not present. 0.9.14
- — Version 0.9.13 Correct version number. 0.9.13
- — Version 0.9.12 Minor optimization: Validate form ids before running the query. 0.9.12
- — Version 0.9.11 Option to use form_id instead of formid as parameter. 0.9.11
- — Version 0.9.10 Fix for greater_than and less_than operators not working. 0.9.10
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 8.1.12 · WP 6.9
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2026-08-15 2K+ → 1K+ down after 1354 days in tier
- 2022-11-30 1K+ → 2K+ up
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
- G Gravity Forms CSS Ready Class Selector 4K+ installs · 4.3★ · 3 shared tags D
-
GravityWP – CSS Selector 4K+ installs · 4.3★ · 3 shared tags C -
Add-on Gravity Forms – MailPoet 3 600+ installs · 3.6★ · 3 shared tags C
-
Conditional Fields for Contact Form 7 100K+ installs · 4.7★ · 2 shared tags A -
Advanced Custom Fields: Gravity Forms Add-on 30K+ installs · 4.1★ · 2 shared tags B -
Gravity PDF 20K+ installs · 4.9★ · 2 shared tags B
Embed this report card
Drop a live Pulse card for GravityWP – Count into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/gravitywp-count" width="480" height="300" style="border:0" loading="lazy" title="GravityWP – Count — Plugin Pulse"></iframe> GravityWP – Count: 1K+ active installs, 5.0★ (13 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/gravitywp-count