This forum is closed for new topics. However, you can still search for a solution in the old topics. For technical support related to the Feature Requests premium extension please open a new premium support ticket.
In Form Editor I created a Form;
In Taxonomies I picked up the my Taxonomy as a dropdown;
When I go to the frontend my Taxonomy is ordered by IDs as this:
Kiwis (ID=54)
Apples (ID=97)
etc. …
Where I would prefer these to be ordered by name as this:
Apples (ID=97)
Kiwis (ID=54)
etc. …
You can mark this as Resolved 🙂
To my surprise it even works perfect with q-Translate X
Here’s the modified code I pasted in my sub-theme functions.php file:
And thank you for posting your solution. For the future, when you post a script/code please remember to wrap it within PRE tags so it will formatted properly.