Hi
I wanted to know if liveValidation was in use in CFV4 as i don't find the filein the directory and as I tried to validate my password field by the following rule in LoadJS events :
window.addEvent('domready', function() {
var name = new LiveValidation('password');
name.add( Validate.Length, {
minimum: 4,
maximum: 9,
wrongLengthMessage: 'Must be between 4 & 9 characters'
});
});
But it doesn't work
Any idea of the problem
Thanks a lot
Eric
I wanted to know if liveValidation was in use in CFV4 as i don't find the filein the directory and as I tried to validate my password field by the following rule in LoadJS events :
window.addEvent('domready', function() {
var name = new LiveValidation('password');
name.add( Validate.Length, {
minimum: 4,
maximum: 9,
wrongLengthMessage: 'Must be between 4 & 9 characters'
});
});
But it doesn't work
Any idea of the problem
Thanks a lot
Eric