Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2020 07:08 AM
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