Setting character limit on a survey question

Umarta Das1
Tera Contributor

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.

2 REPLIES 2

SumanthDosapati
Mega Sage
Mega Sage

Hi,

 

Check if this system property is what you are looking for

"glide.ui.textarea.character_counter"

 

 

Regards,

Sumanth

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.