Hi,
If you apply a css class to the control you can set them all at the same time using the class instead of the id to identify them in script.
Jan
I want to make them read only and I am not able to do that with css
Hi,
If you try something like this after adding a CSS class of myTextBox to the single line text control it should work...
NWF$(".myTextBox input").attr('readonly', true);
Jan
The script is not working in repeating control textbox
Hi,
Which version of Nintex are you using? I've tried it in a form repeating section and it works for me.
Thanks
Jan
Hi Jan,
My apologies. Actually the rule based on one column condition and somehow it failed due to which the code didn't execute. Now the things are working fine
That's great, glad it's all working for you.