
December 16th, 2005, 10:42 PM
|
 |
Bug Catching Moderator
|
|
Join Date: Sep 2004
Location: Australia
|
|
It could also be that there is a maximum character limit specified for the textbox in the form, and the users are sometimes exceeding that limit. Check the source code to see if a maximum character length is set. It will look something like this:
Code:
<input name="mytextfield" type="text" maxlength="25">
__________________
Have I made your day? If so, please show your appreciation either by sending money or the cheaper, preferred option of clicking on the scales icon at the top right of this posting. My reputation needs all the help it can get.
|