Share this post! | Vote this! |
|
In forms when using text boxes or text areas with limited character
length (usually needed for forms that submit data to a
database)
it is always a good idea to tell the user how many
characters
they have remaining. This javascript snippet is
especially useful for textarea fields since they can't be assigned a
text limit in HTML but can be restricted using this code.
The following example shows how you can do this. This is a very simple and cute idea to help the user know exactly how many characters can be typed further. Do these small add-ons to your forms and they will look really professional. more...
The following example shows how you can do this. This is a very simple and cute idea to help the user know exactly how many characters can be typed further. Do these small add-ons to your forms and they will look really professional. more...
0 comments:
Post a Comment