Replies: 2 comments
-
|
Currently not possible to do this, but something we can look at adding as a feature. Statically cached forms do indeed pose an issue with this sort of setup. But it's a good point, I actually don't believe we enforce the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It would be great to see this as a feature in a future release :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
We've got a client who is using Formie that has some wishes about Submission Limit that he would like to use in a lot of forms.

Right now there's a per Form Submission Limit that can be set. Is there a possibility that this could be done (right now or in the future) on a per field-choice (field value based) in a form?
Like so:
A field-value should not be selectable anymore if a value has reached it's limit.
Additional question about Limit Submissions:
How can we hide the form and give the user a 'Submissions are closed'-message if a form limit is reached?
The form is statically cached, so ideally there should be some API Endpoint to check if a form has reached it's submission limit, so we can hide the Form ourselves. And check if the limit is reached onBeforeSubmit.
The screenshot is from this Google Forms Add-on, which (for now) should do the job for our client, but we'd like to keep the forms and all the control in Formie. https://workspace.google.com/marketplace/app/limit_it_form_limiter_choice_eliminator/646012956183
Beta Was this translation helpful? Give feedback.
All reactions