Home › Forums › Backend Issues (wp-admin) › Make field editable in posts column › Reply To: Make field editable in posts column
Hi @torbjorn_s
Yes, this would be an excelent feature and is possible.
Instead of outputing the value into the column, you need to create a checkbox input and use the value to set it’s checked attribute.
Then, when you check it, you need to run some jQuery code to send an AJAX request to a custom PHP function which would accept the post_id and then update the value!
Good luck
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.