in my admistaration panel when I go (on the left side) on the file waiting autorisation i ve a error message :
function textCounter(field, maxlimit) { if (field.value.length > maxlimit) // if too long...trim it! field.value = field.value.substring(0, maxlimit); }
could help?
Post a link, with test account and passwrd, or a screenshot.