Hi
I am working on Nintex form. I have a Yes/No control which depending on another field either gets selected or not.
I have used NWF$("#" + JSControl).attr("disabled", "disabled"); but when the form is submitted the value is not saved.
I have tried to use both the following :
NWF$('#' + JSControl).prop("readonly",true);
NWF$('#' + JSControl).attr('readonly',true);
which does not work on the Yes/No control but have tested it and works on text form box is there somthing l am missing for a Yes/No control.
I have even tried to put the Yes/No control into a panel and applied the rule to that also same issue when l submit the form the value is missing.
Any help would be greatly appreciated
