Character limit for answers
Nextcloud (please complete the following information):
- Nextcloud-Version: 32.0.2
- Forms-Version: 5.2.3
Is your feature request related to a problem? Please describe.
When using the data collected via the form elsewhere (e.g. in print or on a web page), space there might be limited. Therefore it could be helpful to set custom character limits for short answers, long texts and other fields.
Describe the solution you'd like
Add a Character limit checkbox to the ... options of the appropriate question types.
Ideally, there would also be an indication of this limit when filling the form i.e. 18/70 or 52 characters left maybe in the lower right corner of the field.
Describe alternatives you've considered I guess, this could also be solved by allowing the form creator to enter a regex, against which the answer is checked. While more powerful, it would be harder to use and potentially very confusing for the form filler.
@jullit31 at least for short text answers this is already possible using the custom validation where you can enter a regex. For other fields it's currently not possible and it also doesn't show the limit and the current used characters.