Home › Forums › Add-ons › Options Page › Problem populating select field choices › Reply To: Problem populating select field choices
The code looks okay, I have some questions about splitting on “n”, but we can’t check that until there is something to split. It appears that $choices = get_field('test2', 'option', false);
is not getting anything, so you need start there.
Check that field name and that there is a value in it on the options page. Until you see the value that is in that field echoed by the following you can’t get any choices.
$choices = get_field('test2', 'option', false);
// see what's in choices
echo '<pre>',htmlentities($choices),'</pre>';
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.