Home › Forums › ACF PRO › Checkbox values not allowing conditional display › Reply To: Checkbox values not allowing conditional display
I don’t know.
You can look in your the options table in the database. There should be 2 entries for each field.
Group field
option_name = “options_currencies” = acf field data
option_name = “_options_currencies” = acf field key reference
currency sub field
option_name = “options_currencies_currency” = acf field data
option_name = “_options_currencies_currency” = acf field key reference
You could search the table for names like %options_currencies_%
and look for any duplicates, or anything that does not conform to those.
There could also be a conflict with something else, it could be completely possible for something else to be using the same option name.
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.