September 17, 200124 yr Newbies Hello, All! I have a field which has a pop up list, that contains 3 items: AB CA GA I want the field background color to change according to each item, whenever I choose it. Is this possible? Should I make a script? Tks!
September 17, 200124 yr You would implement a couple of different fields. One to store your value (which you already have), a set of fields (or a repeating field) to store your possible colors, and finally a calculated field whose result is on of the color fields depending upon the value in your picklist. To recap: PicklistField gColors cBackgroundColor
Create an account or sign in to comment