Skip to main content
Nintex Community Menu Bar

Change color of specific words using CSS or Javascript

  • February 18, 2018
  • 2 replies
  • 68 views

Forum|alt.badge.img+3

Hello,

I am using a calculate value to get text from other list and display it in nintex form. the text retrieved has some key word that I would like to change its format (Red color, Bold ..). I have 19 calculated value I want to apply the same formatting to.

Is there a way to do it through CSS or Javascript?

I am not good with coding.

Thanks

2 replies

Forum|alt.badge.img+14
  • Scholar
  • February 19, 2018

that's not possible OOTB, but you can achieve it with a little trick if result of your formula will be HTML markup.

see an exmple - https://community.nintex.com/message/72714-re-mixed-formatting-with-a-calculated-value?commentID=72714#comment-72714 


Forum|alt.badge.img+3
  • Author
  • February 21, 2018

Thanks. that didn't cross my mind.