Tell us what you are trying to do?
I have made a form on this URL = hidden link
If you scroll down to the 'Experience and Management' section, you will see that the select boxes I am using there, I am able to style with my own css class. These are just 'custom fields' within my custom post type.
However, at the top of the page you will see 'Organisation'. This is also a select box / dropdown input field. However, it seems that because this is a 'taxonomy' rather than a custom field, when I input my css class to it, it doesn't work.
My markup in the form editor for the 'organisation field is = [cred_field field='organisation' class='uk-select' force_type='taxonomy' output='bootstrap' display='select' single_select='true']
But the 'uk-select' class does not show in the code.
For my custom field, my markup in the form editor is = [cred_field field='em1' force_type='field' class='uk-select' output='bootstrap']
And in this case, the css class DOES show in my code.
Why can't I do the same for a taxonomy as I can for a custom field please?
Is there any documentation that you are following?
Just instructions on your website