Quote:
Originally Posted by Kims Robot
Anyone else notice that they posed a 2500 character limit but didnt give a count in the application? Im hoping they will be a few characters lenient for teams that try to push right to the 2500 characters using word or excel or some other character count method... 
|
Looking at the HTML code:
Code:
<td><textarea id="Why" onblur="design_validate_js('this.text.length <= 2500',this,'Allow maximum of 2500 characters');"
title="Why" name="Why" rows="5" cols="40" ektdesignns_validation="max1000Chars"
ektdesignns_basetype="textbox" ektdesignns_validate="js:this.text.length <= 2500"
ektdesignns_invalidmsg="Allow maximum of 2500 characters"
ektdesignns_name="Why" ektdesignns_caption="Why"
ektdesignns_nodetype="element" max="2500"></textarea>
</td>
we can see that the text field will only permit 2500 characters.
Just a heads up.
Jacob