Home › Forums › General Issues › Update custom field value of other posts via a message field › Reply To: Update custom field value of other posts via a message field
Most likely I would use a repeater to do the same thing, unless I was planning on showing a very large number of rows.
You can do this with PHP. You would need to give your checkbox field a unique name. The you would need to create PHP that runs when the page is submitted to get your checkbox from $_POST and update the corresponding posts. Yes it is doaable. You can use an acf/save_post action.
As long as it’s not an ACF field and has a unique name it won’t be save anywhere by default.
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.