WP Manifestindependent plugin directory
manifest / forms / elodin-gravityform-entry-count-shortcode

Elodin Gravity Form Count

Just another Gravity forms addon to display the number of entries

by Jon Schroeder · github.com/jonschr/elodin-gravityform-entry-count-shortcode · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/jonschr/elodin-gravityform-entry-count-shortcode/archive/refs/heads/master.zip

From the readme

Gravity Forms Entry Count This is a relatively simple plugin that does two things: Allows you to show the number of entries for a form on the frontend of the site Allows you to set a goal and display a progress bar for entries (you could use this for donations) Features There are just a few other features (and no options at all): You can preset the "start" number of entries (no one starts a tip jar completely empty) If the form is submitted via ajax, the entry number will update at the same time. Usage There are two shortcode we'll be using, one for pulling in the number and one for displaying a progress bar. Displaying the number of entries Display the number of entries for a form with a form ID of 1, adding 25 to the number of submissions: Displaying the goal bar Display a goal bar for a form with a form ID of 1, adding 25 to the number of submissions and setting a goal of 100 submissions:

Read the full README on GitHub →