Hi,
is there a way to limit maximum number of the same character that user can input into a text field.Let's say if someone wants to register an account like this:
sssssssssssssssss
or like this:
ddddddddaaaaaaaaaaasssssssssssssss
or like this:
111111111aaaaaa2222222222222222
how to limit them to use no more then 3 letters/digits from a same type

