How to get notes in lower case

Hi, anyone know how i can get the text in notes to be lower case ? The default is caps lock and my boss feels we are shouting at the respondents. Thanks

Welcome back to the community, @anupah! All you need to do is use this regex code:

regex(.,'^[a-z\W]+$')

Instead of the code used in this previous post:

You could also have a look at our support article Restricting Text Responses With Regular Expressions to learn more about regex.