Hiding the Site field
Hiding the Site field
Does anyone know of a way to hide the Site field in Incident/Request Template? I tried a script:
jQuery('[name=site]').parents('div.columnr').hide();
which I am fairly sure is wrong as I copied it from something else. I think it should work, with the right parameters.