more of a back end question.
Using a drop down field type that is populating the menu from another channel field. only problem is that t populates by entry number.
Was hoping to populate alphabetically? there aren’t a lot of alpha options in EE that I know of.
on a related question. If EE does not have an populate Alpha solution, can i use EE Tag pairs in the field to populate the list. Example:
Manually populate list:
{exp:channel:entries channel="channel" orderby="title" sort="asc"}
{title}
{/exp:channel:entries}