Response Limiter Feature #174
louanfontenele
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, there is no way to limit the number of responses for specific options in a form question. This can lead to one option being over-selected, which might not align with the intended form behavior or data collection strategy.
Example: In a form, there's a question where users can select between Option A and Option B. If Option A reaches 30 responses, it should automatically disable itself to prevent further selections. Without this limitation, the form cannot enforce this behavior.
Introduce a feature that allows administrators to set a maximum number of responses for each option in a form question. Once the limit for an option (e.g., Option A) is reached, the option will automatically become disabled, leaving only the remaining options available for selection (e.g., Option B).
This feature should:
Beta Was this translation helpful? Give feedback.
All reactions