G
Godfrey Sorita
Guest
Hi Sudhakar, Please use the code below to make the field read only: script $(function() { field = 'number_1'; //integration name of the field $("#"+field).prop("readonly",true); }); /script Regards, Godfrey
Continue reading...
Continue reading...