Load specific text in the dropdown in the Nintex form 2013 using Jquery
var varLocationID=NWF$('#' + varJSLocationID).val(); LocationValue = ko.dataFor(NWF$("#" + ddlJSLocation)[0]);
// Setting value to drop down
LocationValue.initialValue = varLocationID;
No comments:
Post a Comment