
1 réponse

https://success.salesforce.com/answers?id=9063A000000t3rGQAQ
"There are 2 ways to achieve this:
1. When you reach the capacity and get to know that now you don't need more submissions, change the form template and that new template would be coded to show just like "No more submissions are active now or event is closed now".
Means a new template should be applied directly over that form which will not allow more submissions.
2. You can use some javascript in your existing form template that would check how many submissions are already done and when it hits the limit, it should stop capturing more and give a text as event is closed or as you like.
https://stackoverflow.com/questions/8664486/javascript-code-to-stop-form-submission"