Skip to main content
July 8, 2022
Solved

label color

  • July 8, 2022
  • 2 replies
  • 0 views

Hi,

I have  a!paragraphFiled with label "Employee Note". I need to show some additional text in the same label with a different color.

Is there a way I can achieve this requirement? Thanks.

Best answer by mikes0011

There's no direct way to do this.  The workaround is to set the field's label to "COLLAPSED", and right above it, add a Rich Text Display Field, wherein you can add whatever formatting you like.  The main issue with this approach is that if you set the paragraph field to Required, whereas usually the "required asterisk" would appear alongside the standard label, here there would be no label and no asterisk (though the "requiredness" functionality will still work as it would otherwise).

2 replies

mikes0011
mikes0011Answer
Brainy
July 8, 2022

There's no direct way to do this.  The workaround is to set the field's label to "COLLAPSED", and right above it, add a Rich Text Display Field, wherein you can add whatever formatting you like.  The main issue with this approach is that if you set the paragraph field to Required, whereas usually the "required asterisk" would appear alongside the standard label, here there would be no label and no asterisk (though the "requiredness" functionality will still work as it would otherwise).

The Expression Guru
stewart.burchell
July 8, 2022

What's the purpose of having a coloured label? If we could understand the use case then perhaps we cna provide some alternative suggestions.