Limit number of characters in input field

make use of maxlength in input tag

<input type="text" maxlength="20" /> 

Leave a Comment