Change color of specific words using CSS or Javascript

  • 18 February 2018
  • 2 replies
  • 30 views

Badge +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

Userlevel 5
Badge +14

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 

Badge +3

Thanks. that didn't cross my mind.

Reply