Home › Forums › Backend Issues (wp-admin) › Dropdown value saved but not loaded back › Reply To: Dropdown value saved but not loaded back
Hi @tazintosh
This behavior is used for all of the fields as default. Imagine you have a text field, and then you decided to change it to a post object field (which is saved as ID in the database). Because post object needs the ID to get the post but the database still has the text from the text field before, the post retrieval will be failed.
Now imagine if the post object field shows the text instead of empty while the other post object fields show the post title, it sure will cause confusion because you won’t know which one has the correct value.
But if you think the default behavior should be showing the value in the database, you can always open a new ticket and submit a feature request. You can open a new ticket here: https://support.advancedcustomfields.com/new-ticket.
Hope 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.