In a simple, regular textarea field:
<input type="text" name="comments" size="60">
Some goofball is just submitting a repeating character, i.e. "9999999999999999999999999999999999999999999999999..etc" He might submit 200 repeats of any given character. No spaces. Not always a number.
That, of course, won't wrap, and throws the page off.
How to prevent??
<input type="text" name="comments" size="60">
Some goofball is just submitting a repeating character, i.e. "9999999999999999999999999999999999999999999999999..etc" He might submit 200 repeats of any given character. No spaces. Not always a number.
That, of course, won't wrap, and throws the page off.
How to prevent??