Home › Forums › General Issues › Set a field's value to null or other value? › Reply To: Set a field's value to null or other value?
I don’t know of any video. The steps are not difficult.
You create an acf/save_post filter https://www.advancedcustomfields.com/resources/acf-save_post/
In this filter you get the value of the true/false field and then you can use update_field() https://www.advancedcustomfields.com/resources/update_field/ to change the value of the other field based on what the true/false field value is.
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.