Is there a way to change the label font and color based on information I look up when a form loads?
I am trying to find the best method to “Highlight” fields that I want users to fill in… but based on the type of item they are looking at the fields will change… so I want to first lookup what fields need to get their attention, then highlight those fields.
This is all on a form… and I already have the javascript method I found in this forum to change the background color of a field… but that doesn’t work for Capture fields where the user can’t enter their own data… as no text box is shown unless data is already in the field.
Any ideas?
Thanks!