Hi, no luck with this after all updates – tried even a different browser with deleted cache + private mode. Any update?
Uncaught TypeError: a is undefined
initialize https://xxx/wp-content/plugins/advanced-custom-fields-pro/assets/build/js/acf-input.min.js?ver=5.11.4:1
<?php $field = get_field_object('custom_field_name');
$value = $field['value'];
if( $value ): ?>
<ul>
<?php foreach( $value as $label ): ?>
<li><?php echo $field['choices'][ $label ]; ?></li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
I did not manage to get it working, but I`m not very advanced.
I`ve put it in the functions.php, changed the values to real acf fields (all of them are set to output values) – created the final “merged_values” field as a text field, but after publishing the result field stays empty.