Info
- 4 posts
- 3 voices
- Started 2 years ago by harakiri1
- Latest reply from chrishajer
- This topic is not resolved
How to fix it
-
- Posted 2 years ago #
I have some problem with display name, how to set the maximun characters in First name and Lastname, also in displayname =))
-
- Posted 2 years ago #
lol
-
- Posted 2 years ago #
http://www.dynamicdrive.com/dynamicindex16/limitinput.htm
sth like this would be cool
-
- Posted 2 years ago #
You can limit it on input with that javascript, which will take care of most of the people who use a long name by mistake, not knowing what it will affect. You could also just limit the field maxlength, which will prevent people from entering more characters than you want. Either of those client side ways can be circumvented by someone who is really determined, but really, you just want to prevent people from doing it be accident.
You could also just add
overflow:hiddento the display of that field in your style.css and have the displaye truncated rather than have it mess up your layout. -
You must log in to post.