I have a client who runs courses for small groups of up to 10 people. She wants to show how many places are still available on the course.
I can limit the number of form submissions, but is there a way to show how many form submissions remain?
I have a client who runs courses for small groups of up to 10 people. She wants to show how many places are still available on the course.
I can limit the number of form submissions, but is there a way to show how many form submissions remain?
Ric, I did something like that here:
http://www.gravityhelp.com/forums/topic/display-number-of-form-entries-left-per-form#post-36866
Please let me know if you need help adapting that to your situation.
Hi, thank you for this as it is exactly what I want to do, I have had a look at the code that I need to use (post 36866), however I can not see where I am supposed to put that code.
This code:
http://pastebin.com/SzDRRvN9
Will go in your current theme's functions.php. Be sure to make a backup of the file before you edit it live.
You will need to edit the "3" to your actual form ID.
ahhh.. works perfectly, thank you!
Awesome. Thank you for the update.