Change color of particular choice value in CSM/FSM Workspace
						
					
					
				
			
		
	
			
	
	
	
	
	
Options
			
				
					
	
			
		
	- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:26 AM - edited 03-06-2024 01:35 AM
Hello Folks,
Anyone knows that how to set the color to specific choice value? in CSM/FSM Workspace
As you can see below when the form loads i want to set the red color to Sub Category value.(Check the highlighted text in below image).
		5 REPLIES 5
	
		
		
			
			
			
					
	
			 
					
				
		
Options
			
				
					
	
			
		
	- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 04:24 AM
try this code
control.style.color = 'red'; // to set the color of fieldPlease mark reply as Helpful/Correct, if applicable. Thanks!
