Hi I'm trying to get the ID of a control (list lookup) in a repeating section. It fires onclick, but I seem to have the syntax wrong because it can't seem to find the ID. I just get "undefined".
Here is what I tried to get me the ID but no luck:
var ddlA = NWF$(".rptEMS .nf-repeater-row:last .ddlEMSAccess select");