Hi Everyone,
I was intrigue by the nestable pro forms. Its a game changer honestly, since im still exploring the entire element of the nestable pro forms. The problem i have right now is i want to have a page to submit post via frontend. I have a 6 custom post type using jet engine and i want the user to select which category they want to post their post. Once they selected the category another select element will show and display the list of the categories (custom taxonomies) in the select element based on the first selection, im confuse how to save the data into the specific custom post type that was selected.I hope theres a full tutorial on how to use the new nestable elements.
This is the flow of the submission
- Choose a Category (ex. Events)
- Choose type (ex. “Party” this custom taxonomy that was assigned for the Event custom post type)
- They need to fill up the Title, Description, and i do have custom meta field that was assigned on each custom post type.
- Once submitted, the post that was created will be on the exact custom post type that was selected in the first selection which is Events. The post will be saved as draft.