Response Limiter Feature
Discussed in https://github.com/orgs/heyform/discussions/174
Originally posted by louanfontenele January 30, 2025 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:
- Allow customizable response limits per option.
- Display a disabled state or a notification when the limit is reached.
- Prevent users from selecting a disabled option after the limit is exceeded.
Source: heyform/heyform