Hi! I am trying to auto insert a runtime value into a field based on the content of another. Both fields are open text fields.
If the User inputs "various" into PlanName. I would like "various" to auto-appear in the PlanNumber field. The JS I have doesn't work accordingly. Please help!
if(spUtilities.nintexControl("PlanName").val() == "various") spUtilities.nintexControl("PlanNumber").val("various");





