Hi Trupti,

 

You can use the code in the onChange catalog client script:

var varname = newValue;

if(varname=='whatever is the value'){

document.getElementById("submit_button").style.display = 'none';

}

 

Please Mark Correct and  Helpful based on the impact.

Warm Regards,

Arvind