Tell us what you are trying to do?
I have multiple forms where I want to user to be able to get hold of one particular category without the hassle of scrolling through the whole list of categories.
I want to order my taxonomies by slug, since then I can simply just rename the slut to 0-slugname and make it appear at the top.
Is there any documentation that you are following?
Been looking all over the forum but all references I can see are related to a view, where I can change order.
Is there a similar example that we can see?
This is the code within the form. As you can see I've added "taxonomy_order='ASC' taxonomy_orderby='slug' ", but it doesn't work.
You can workaround it by the view that outputs the JSON content and adding the Generic field but then you will also have to add "cred_save_data" hook to save the taxonomy terms. If you need this workaround, please let me know.