Forum Post: RE: How can i restrict users to not modify the default vales in view page

  • Thread starter Thread starter Godfrey Sorita
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top