Home › Forums › Front-end Issues › Retrive data from multiple users from user field type › Reply To: Retrive data from multiple users from user field type
The post and the custom field on the post do not exist yet. pre_save_post
fires before ACF has added the content to the field. To access the value that are submitted you need to look in $_POST['acf']
at this point. The other choice is to add and acf/save_post
action that will fire after ACF has saved the values.
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.