So I have a custom post type called "Lesson Plans" (i.e. "lessonplans")
Within that I have a taxonomy called "Classes / Teachers" (i.e. "class")
The taxonomies are the teacher's display names: Jane Smith, John Doe, etc., etc.
I have a field that auto-populates to fill in the teacher's name based on the user who is using the form (i.e. Jane or John etc.)
How do I get that field to post into the corresponding taxonomy?
Here is the code I have so far...
Thanks!