Hello
I would like to check the length of one field. Fore any reason, it is not working but no error mention. Anyone seeing my error?
if (element.length<8)
{
if (message=='') message = "Minimum 8 char needed.\n";
ff_validationFocus(element.name);
return message;
}
Thank you in advance