Home › Forums › General Issues › Check a taxonomy radio field in ACF Save Post › Reply To: Check a taxonomy radio field in ACF Save Post
It depends on if you’re checking before or after ACF has saved the values.
Before, your action has a priority < 10, you need to field key and the value submitted in the other field will be in $_POST[‘acf’][‘THE FIELD KEY’].
After, your action has a priority > 10, you can just get the other field like you normally would with get_field()
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.