Managed Metadata
-
- Moderator
- Posts: 33
- Joined: Wed Sep 21, 2016
Use the code:
Code: Select all
fd.onsubmit(function() {
if (fd.field('FieldName').control()._el().find('.ms-taxonomy .valid-text').length == 0) {
alert('The field has not been populated');
return false;
}
return true;})
-
- Information
-
Who is online
Users browsing this forum: No registered users and 6 guests