Hello,
Does anyone know the code I'd need to use to get a field label to have two different colors? For example "FTE" is in black" and "*" is in red:
FTE *
Thank you for the help!
This is for a custom Form.
This will add the red asterisk to a field and also force the field to be entered as well.[display as required [when <SimpleCondition>]]E.g.FTE display as requiredFTE display as required when (SomethingIsTrue)
Thank you. I should have mentioned we cannot use required on this field and had to use a constraint instead to control the format of the numbers entered while still requiring data. Hence the need to add the asterisk manually.
So it's not required? You should still also be able to use your constraint with "display as required".
Other options are looking at using "color of red" on field, field "label is" or a "text of". Looks for TextStyle and FieldStyle in the LPL doco/BNF.