Cireson - Hide Incident "From Template"
Dear All,
I would like to hide "From Template" under the new incident new for a technician.
Any help with this is appreciated.
Kind Regards
Daniel
Best Answer
-
Geoff_Ross Cireson Consultant O.G.
Hi Daniel,
This CSS will do the trick.
[data-click-template="incidentFromTemplate"] { display: none; }
You can always use the Developer Tools in your browser to find the selector of the element you want to hide.
Geoff
5
Answers
Hi Daniel,
This CSS will do the trick.
You can always use the Developer Tools in your browser to find the selector of the element you want to hide.
Geoff
Thank you that worked!
Daniel