Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2020 03:33 AM
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