Hi,
I use the hook (rwmb_frontend_after_process) when a post is created, and it works good.
But it does not work when the post is updated, or according to support it should work (This action fires after the form is processed, e.g. saved or updated).
Sorry, i made a mistake 🙁
i try to deal in frontend with default wp post-type (post) and the default taxonomy (categories).
How to display the taxonomy (categories) in the frontend form ?
I tried to add the taxonomy in a custom field, but it generates a field (independant of taxonomy 🙁
An idea ?
Thank you
Please share the form shortcode that you are using and the callback function that you hook to the action rwmb_frontend_after_process. A screen record of the issue would be appreciated.