Hi
I have List Lookup control on my Nintex Form which is maps the title to an person for the purposes of email notification.
Now the requirement has changed and I have been asked to check all the check boxes once they have painted on the screen. These can be dynamic as they are driven from a sharepoint list
ok looks like I will need to write a bit of js - once I set a suitable client ID
I have used JS to detect a check value but this was single checkbox :
if(developerIsAwake.prop('checked'))
{
alert( ' I am awake!)'
}
I am however, unsure re my Lookup List check boxes - anyone done this?
Daniel