Home › Forums › General Issues › Displaying Multiple Values & Labels › Reply To: Displaying Multiple Values & Labels
This should get you on the right track, just modify the echo to make a button:
<?php
$full_object = get_field_object('field_name_here');
foreach($full_object['value'] as $value){
// $value is the 'value'
$label = $full_object['choices'][$value];
} ?>
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.