I’m trying to use ACF form to create a new post from the front-end, and I’d like to be able to select the category for the new post through the frontend.
I know how to “hard-code” categories with the ‘new_post’ parameters, but I’m looking for something dynamic. Is this possible with ACF or would I have to create my own <select> element, iterating through the categories, and then update the post category after save with the acf/save_post action?
Thanks!