Home › Forums › General Issues › Hao can i create a dropdown list from the following ACF? › Reply To: Hao can i create a dropdown list from the following ACF?
This: $filament->term_id;
doesn’t seem to make any sense. There is no $filament
variable (you probably mean filament_checked_values
?) and before you can get a term ID you need to get the terms associated with a post.
But other than that, if your $filament_checked_values
contains an array or object, you should get a dropdown list alright.
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.