In forms when using text boxes or text areas with limited character length it is always a good idea to tell the user how many characters they have remaining. This example shows how you can do this.
This little bit of JavaScript disables the submit button as soon as it is clicked for the first time and prevents the user sending their form multiple times.