Fusion support by BeyondFusion.com by: Chuck Joslin ===================================================== Subject: Limiting a multi-line input box to x number of characters using JavaScript. Note: in the example in step 2, the character limit is set to: 254. Change as needed. ===================================================== 1.Place script between head tags in layout HTML 2.place this script immediately after the text area on your form. Use ctrl+t to Insert HTML. Important: text area name must match the script. In this case, "Description" is the name of the textarea input. Set the name in the form multi-line element properties. Example: