Hi Dave,
I was able to add fields to a custom taxonomy but Iād like to have a user edit them in the front end.
Unfortunately, our MB Frontend Submission supports editing posts only. It doesn't work for editing terms.
Another way I might be able to achieve this is to create a custom post type to store my data and then create a relationship to the custom taxonomy. This way I can use MB Frontend on the custom post and then link to the taxonomy in code.
That is a possible solution! I think that will work.