Managed Metadata

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
YuriyMedvedev
Moderator
Posts: 33
Joined: Wed Sep 21, 2016

07 Oct 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;})

Katy
Posts: 145
Joined: Wed Dec 02, 2015
Location: Canada

07 Oct 2016

Works great, thank you!

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests