Tag Archives: TextBox

Change font color for Textboxes on standard screens

Let’s say I want to change the way text appears in a textbox when the screen loads as well as when I type in the field. Here is the function you can write in Custom Content of the screen to achieve the same. Script //’Function to change text color in function ChangeTextColor(FldName,TextColor) { FldName =… Read More: Change font color for Textboxes on standard screens »