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.