Priya Shid1
Kilo Guru

Hi samadhan,

use below code to make variables read only onSubmit of request,

function onSubmit() {

g_form.setVariablesReadOnly(true);
}

 

Please mark if that helps you!!