Skip to main content

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

 

197422_pastedImage_3.png

 

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

Hi Daniel,

This blog post may help, I guess

Christophe


I will take a look at this once I stop editing my current w/f .. Thanks 


‌ did Christophe's answer help you or have you found a better solution for the question you posted that you could share with us?

Regards,

Tomasz


Hi Tomasz & Christophe

Luckily my user backed out the original requirement, as it did seem a lot of heavy lifting in JS just to set a few checkboxes.

Daniel


Reply