Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forĀ
Nintex Forms Unable to use filtering and jquery change event for same control (ctrlYear)
NWF$('#'+ddlYear).change(function() {
var vYearValue = NWF$('#'+ddlYear).val();
});
Report Name Control
Year Control (ctrlYear)
Please suggest me, if there any other approaches.