Hi all,
I don't know if this is a javascript, html or cf issue, but thought I'd give it a shot here. I am using a form to receive catalog requests. This form is enclosed with cfform tags and maxlengths are included on every input or cfinput tag to keep the length of variables under the length of the database fields in the table I am writing to. This form has been live for some time and recently an error was generated on an variable passed by an input text box with the maxlength of 2 (state field). The user was somehow able to enter "N.C" in a field with maxlength of 2. I tried the form field again myself and was not able to enter this value. Can anyone help explain why this would happen?
Thanks!
Jami
I don't know if this is a javascript, html or cf issue, but thought I'd give it a shot here. I am using a form to receive catalog requests. This form is enclosed with cfform tags and maxlengths are included on every input or cfinput tag to keep the length of variables under the length of the database fields in the table I am writing to. This form has been live for some time and recently an error was generated on an variable passed by an input text box with the maxlength of 2 (state field). The user was somehow able to enter "N.C" in a field with maxlength of 2. I tried the form field again myself and was not able to enter this value. Can anyone help explain why this would happen?
Thanks!
Jami