Maybe it’s me and if it is, let me know how to fix this.
I have a form that uses the field Post Data. This Post Data is assigned to a custom post type. I have a taxonomy that is hierarchical.
I have noticed that in the single select dropdown or multi-select list, the taxonomy values appear in alphabetical order, including the parents. So instead of this:
Housing-Based
Landlords
Tenants
Income-Based
Low income
Low to moderate income
I get:
Housing-Based
Income-Based
Landlords
Low income
Low-to-moderate income
Tenants
If this is not just me, can this be considered? I picture even the ability to allow users to be able or not be able to select the parent (when it serves as grouping rather than a value itself) or for the form to show only a subset of taxonomies (for example, when several cpts share the same taxonomy but some are not as appropriate for the Post Data field in this form)
Thanks!