Setting max length in text field in a report column
CTSOct 23 2012 — edited Oct 23 2012I have tried everything I can find but I am stumped. I need to set the max allowable characters in a text field to 25. The problem is, the text field is in a report column. I am assuming it will be set in the column attributes section but I don't know the syntax.
I have tried using onFocus and javascript, just maxlength="25", and even tried to limit the actual column size. Whatever I try, the user is still able to add numbers, 80+.
Is there anyway to set this value:
<input name="f08" size="10" maxlength="2000" value="" id="f08_0001" type="text">
Thanks.