I rolled back to version 3.1.32 and it seems to be working now, if that helps you @yorke69 .
I had the same issue with a form of mine. I was trying to create a form where the user could fill it out, select the category, and create a post of the specified custom post type. Sadly, I couldn’t get the Post Category field to work. However, I was able to find a solution (mostly by accident).
Here’s what I did:
- Created a normal checkbox field
- Named it ‘Category’
- Went to the Advanced Tab
- Checked the ‘Populate with a Taxonomy’ field
- Selected my custom post type category
After that, the checkboxes were now populated with all the categories I had created for that custom post type. Awesome! After I filled out the form, I found that it created a new post of the custom post type I chose with the categories I checked! I don’t know how it reads the regular checkbox information and adds the category, but hey it works. Hope this helps!
-
This reply was modified 7 years, 11 months ago by adamcurl.