How to block the text field

Hello
How to block the text field so that it accepts only capitals

If it's letters in capitals try this :slight_smile:

type	name	label	constraint	             constraint_message
text	test	test	regex(.,'^[A-Z ]+$')	 Please write in capitals :)
3 Likes

Thank you sir. God bless you