Changing color of a specific character in Field Value

The Field value property is parameterized as a result It can not be added with a radio button field. At the same time the radio button need to be mandatory. So I have to add the asterisk(“*”) in the Field Value property.

Now the asterisk(“*”) need to be in RED color. Is there any way to achieve it?

Hi @AritraGhosal,

When condition could check if the parameterized field value is empty. If empty, display the asterisk, indicating that a selection is mandatory. This approach visually emphasizes the required selection but relies on the section/form’s Required property for actual enforcement.

Set the Required property of the section/form to True. This enforces that a value must be chosen before submitting the form

Please refer below image

Thanks

Mohd Qizer Uddin

@AritraGhosal

After you provide your label on the label field, add a snippet like , which you add in your text file css placed as an additional style sheet in your skin. PFA the screenshots.

3 Likes

@SohamM95 Sory for this late reply. That’s a nice solution will try it in some time. Either way I came up with a solution like : A pargraph rule with the text parameter and astric(red color) followed by a Radio button with required ‘Always’ and no label. And reduced the blank space difference between these two with OOTB styles like padding b/t 0.