Home › Forums › Backend Issues (wp-admin) › Add ACF field deletes 20 fields › Reply To: Add ACF field deletes 20 fields
Hi @johnstew
It is possible that you are hitting the max_vars limit on your server and you can fix this by making the following changes to your php.ini file:
max_input_vars = 3000
suhosin.get.max_vars = 3000
suhosin.post.max_vars = 3000
suhosin.request.max_vars = 3000
Let me know if this helps.
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.