Hi,
How to make a lookup list read only, I tried disabling using rules, but while saving the form, the lookup list data is not saved to the list. I was having the same issue with date picker control when disabling.
I tried
NWF$('#' + jsvLookup).prop('readonly',true);
NWF$('#' + jsvLookup).attr('readonly',true);
Any Help?
Sojan