Solved

List lookup form control: auto check all checkbox options

  • 5 January 2017
  • 4 replies
  • 60 views

Badge +9

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

icon

Best answer by westerdaled 8 February 2017, 14:25

View original

4 replies

Badge +9

Hi Daniel,

This blog post may help, I guess

Christophe

Badge +9

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

Userlevel 7
Badge +17

‌ 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

Badge +9

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