November 26, 20214 yr I have a field that I set up as a pull down menu to select a category. I would like to have the field content default to the first entry in the list when ever I complete the data required in the layout it is contained in. For example, my field has the following items in its pull down menu : "Please select a Bill type"::"Bill One"::"Bill Two"::"Bill Three":: etc. I would like to have it default back to the upper most selection ("Please select a Bill type"). Is this possible? And if so, how do I do it? Thank you in advance.
November 27, 20214 yr You might consider using placeholder text rather than an invalid choice in the value list.
November 27, 20214 yr 1 hour ago, bcooney said: placeholder text I don't think this feature is available in version 11. IIRC, we used to layer conditionally formatted text to achieve a similar effect.
November 27, 20214 yr Do you mean you have a drop down field attached to a value list, and whenever someone completes a different field, it auto enters the first value in the value list?
November 28, 20214 yr Author Let me clarify with some visuals. When I start the solution I would like this to display for the user. Once the user selects from the drop down menu I would like to create a new record and store the selection (say, WATER), Date and Payment in that record. Once the data is stored in the new record and the user moves on to something else, while returning to the layout for "Bill Type Selection" I would like it to display the original selection list with "Select A Bill Type" at the top of the selection rather than the previous bill type selected automatically which would be "WATER" in this example. Does that make more sense?
November 28, 20214 yr Then you would best to follow @‘bcooney's advice and implement @comment's suggestion.
Create an account or sign in to comment