Utpal Dutta1
Mega Guru

Hey Utkash,

 

Try this onChange Client Script on your Field (Select the field 1st):

 

 

if(newValue.length > 7){

 

alert('yes');

 

}

 

else{

alert('no');

}

}

 

Modify the script according to your need. If it works then please mark my answer Correct and Helpful.

 

 

Thanks and Regards:

Utpal Dutta