PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Can i display total number of entries?

  1. How can i display total number of entries in the front end of my page?

    Is there some shortcode that i could used?

    Posted 10 years ago on Sunday May 26, 2013 | Permalink
  2. There is no shortcode, but you can create a shortcode of your own and call Gravity Forms functions. I wrote a function once which has more functionality than you need: http://pastebin.com/NSsVZgt8

    You can strip out what you don't need. But I was grabbing the total number of donations (entries) here, and you can use this in a similar manner for displaying the total number of entries.

    One of our developers also wrote up this code which can be used to display the total number of entries left, when you are limiting form entries. http://gravitywiz.com/shortcode-display-number-of-entries-left/ In there is the code to calculate the total number of entries submitted as well.

    Posted 10 years ago on Sunday May 26, 2013 | Permalink