I’ve created a custom post type and am using pro forms to make a submission form with the “Create New Post” Action.
Now I want to do the following. I have a taxonomy linked to this post type, this works in the backend but I now want enable people to select a category from the front end with a select dropdown.
These are the categories:
@tibo@bordzee
The “Taxonomy Slug” field required the slug of the Custom Taxonomy set up using Metabox or ACF or JetEngine. Next you want to create a field that retrieves the terms so that you can select them. Like a select field. Then copy that field’s field ID and paste it under the “Term” field.
Thank you for the response.
I have a custom post type: Activities
with regards on the post categories, is it the same as the custom taxonomy slug?
custom taxonomy: activity-categories and added the term field ID of the select field which has the list of the parent categories and their category name slug value
PS: i tried it and it works, the problem now is the checkbox which is child categories
so i added a condition that it will display once the specific parent category is selected.
ive added another custom taxonomy field with the exact field id of the checkbox
i tried it and it works, the problem now is the checkbox which is child categories
so i added a condition that it will display once the specific parent category is selected.
ive added another custom taxonomy field with the exact field id of the checkbox