I created a text field and called it "List."
The list displays the following entries:
All
A FLT
B FLT
CHAMP
But when I create a popup menu and tell it to use this list, the popup menu resorts the list. It shows it as:
A FLT
All
B FLT
Champ which is alphabetical. How can I make the popup menu display my list exactly the way I created it?
Options:
A) use a custom value list instead of "use values from a field" type value list
B) Force a different order--either by using invisible text in the second field (if it's not being used) or by adding an invisible leading character in front of certain values in the visible text data in your list
C) Use a selection portal inside a popover and sort the data pretty much any way that you need to.
Feel free to ask for more info on any of these approaches that you want to try.