Home › Forums › Backend Issues (wp-admin) › A user meta field won’t get saved for SOME users › Reply To: A user meta field won’t get saved for SOME users
Whatever issue you are having that issue is going to be with the import plugin you are using and not with ACF.
There are some specific things that could be causing the issues that you are describing.
The fist is that the other plugin is not saving the correct acf field key reference in the database. The field key reference is saved with a meta key that matches the field name and is prefixed with an undersore (_) "_{$field_name}"
and the value of this field is the field key of the associated ACF field.
ACF expects each meta key to have exactly one entry in the database. Saving but reverting to a previous value is a symptom of having multiple entries in the database for the user with the same meta key.
Another cause of saving an reverting to some other value can be the existence of multiple fields with the same name (meta_key). ACF field names must be unique.
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.