How to set HTML variable read only in a catalog item in Istanbul version
hello Team,I have tried below steps to make the HTML variable read only in the catalog item but it doesn't work.1) Create a catalog client script " On load" with below script:function onLoad(){g_form.setReadOnly('variable_name',true);}2) Created a Ca...