I built some term fields and they work great when running from the Builder. When I export the code and put it in a Class, everything works except saving the data. It worked for a while, but I didn't notice when it quit, so I can't revert. How can I debug this? I could give you my plugin.
I figured it out. I had some logic dictating when my class was instantiated. It was there for the front of the admin page, but not there for submission. I loosened the logic and it works fine.