CHANGE THE COLOR OF THE FIELD TITLE

I would like to know if there is a way to change the color of the FIELD TITLE.

Example:

I would like the text “(Espere a rua aparecer)” to be in red.

There is not.

If I understand what you are trying to do, you want a Street name to appear in the box before the user can continue. Continuing is tapping the Save button?

Also, since the Street box is greyed out, I assume it is automatically set and not entered by a user?

If so, then I believe you can make the Street field Required. Insert a validation in the “Valid If” property of ISNOTBLANK([_THIS]). Add your message of “Espere a rua aparecer” in the “Invalid value error” property.

This should prevent the user from Saving the Form until the box is filled in AND will show your message in red text under the box.

I hope this helps!

3 Likes

@NILBOX ,
Alternatively, you can make the column display name empty (“”) and insert a regular or virtual SHOW type (as text) column above it. Then color it in the UX format rules as you wish.

2 Likes