Hi Gravity Form Community,
I’m working on a project where we want our visitors to sign a Pledge on our Website. (Like a petition). But in order to encourage people to sign the form, we want to have two things that we don’t know how to do:
A counter that display the total number of entry of the form (but we want to be able to enter manual numbers to control the total number of entries)
We want to display on the website
“Jane S. - Los Angeles - Pledged 30 seconds ago”
“Patrick P. - San Diego - Pledged 30 seconds ago”
like on this picture :
Is there a way to do this with ad ons ?
Thanks!
Tim
and then display it at the beginning. If you want to be able to add a manual counter, create a shortcode that uses the same code above but add a “minimum” as an attribute (I’m assuming you want to show that there are a certain number of pledges before showing the exact number).
List of entries with timestamp:
This is similar to #1. Create a shortcode that displays the last X entries using this code (from #get-entries):