Home › Forums › Front-end Issues › Manually populating field in acf_form › Reply To: Manually populating field in acf_form
I would not include the user field on the front end form at all, it would be a field that only the site admin could manage on the back end.
In the pre_save_post filter that you’ll be creating I would get the current user ID and then after adding the post I’d use update_field() https://www.advancedcustomfields.com/resources/update_field/ to update the user field. Make sure you use the field key when calling update_field() and not the field name for $selector.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.