Wednesday, August 18th, 2010
Unlike normal input text fields where you can specify a maxlength attribute, there is no HTML equivalent for textareas. Instead if we want to limit the amount of text that can be entered in the browser rather than just truncating the textarea after it is submitted we need to use JavaScript. Limiting Textarea Text
Posted in Golden Oldie | Permalink | Comments Off
Sunday, July 26th, 2009
Not all input values fit on one line and where we want our visitors to be able to enter more than one line of content into a single field in our form we use a textarea.
Posted in Golden Oldie | Permalink | Comments Off
Sunday, November 9th, 2008
How much text do you want your visitor to be able to enter into a textarea in a form? How much space do you want the textarea to take up on the screen? How much of the text they enter should they be able to see at any one time? You can simplify the situation [...]
Posted in Golden Oldie | Permalink | Comments Off