Writing out a Managed Metadata Value to a Single Line Text Field

  • 15 June 2021
  • 0 replies
  • 18 views

Hi Everyone, 

I found out after a few days of trying various things that a Managed Metadata Field cannot be used as a filter within a Nintex Form. What I would now like to try is have a Single Line of Text text box populate once the user selects a term in the Managed Metadata field. 

 

I have it working only in the developer toolbar when I invoke the following JS. 

 

NWF$('#' + mUnitText).val(NWF$('#' + mUnit).find("span.valid-text").text())
 
mUnitText being the Single Line of text box and mUnit being the MMD field. 
 
Any help would be greatly appreciated. 

0 replies

Be the first to reply!

Reply