Resolved! hiding the subcatgory with respect to category in client script
function onLoad() {//Type appropriate comment here, and begin script belowvar category = g_form.getvalue('category');if(category == 'Database'){g_form.removeOption('subcategory', 'Oracle');} please check this code where this issue ? }
