Change color of each choices in a choice field dropdown
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2017 12:11 AM
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2019 09:53 PM
write an onload client script on incident as
function onLoad() {
g_form.getOption("category", "software").style.backgroundColor = "yellow";
g_form.getOption("category","inquiry").style.backgroundColor = "red";
}