Setting character limit on a survey question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2024 01:42 AM
My requirement is to limit the number of characters of a survey question of multiline string data type.
If the number of characters of the response exceeds say 500 characters, there will be an alert and the responses would not be submitted.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2024 04:34 AM
Hi,
Check if this system property is what you are looking for
"glide.ui.textarea.character_counter"
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2024 05:08 AM - edited ‎01-02-2024 05:08 AM
Hi @SumanthDosapati, the system property enables the counting of the number of characters on a real-time basis. My requirement is to stop any input after 500 characters.