Forum
Disable a form
Hello,
What is the Perch recommended way for disabling a form from showing or allowing any more submissions to be made after a specific number of submissions have been reached ?
If possible?
Thanks
Hello,
What is the Perch recommended way for disabling a form from showing or allowing any more submissions to be made after a specific number of submissions have been reached ?
If possible?
Thanks
There's nothing built in to do that.
Hi Gary, yes there is. I created an app to do this.
Download and unzip sly_countresponses and place the folder in perch/addons/apps/
https://www.dropbox.com/s/p9q48f23d2888ep/sly_countresponses.zip?dl=1
Add 'sly_countresponses', to perch/config/apps.php
Then you can test to see if the max number has been reached before outputting the form. The app returns the number of spaces left, so you can add a message like: 'There are only * spaces left, apply now':
Hello Simon,
Thank you very much!! I am truly humbled by your quick and proactive response.
This looks perfect!
:D