How to limit the number of form submissions?
We need a way to limit the total number of submissions for a form.
Is there a way to make an API call to the total submissions on the landing page itself to automatically disable the submission button and show a notification of capacity reached when the total meets our desired limit?
0