On WordPress 6.7.1 & Elementor 3.27 and ACF 6.3.11 this code is worked
//Enable ACF 6.3+ Shortcode
function graphicbaz_force_acf_shortcode($atts) {
$value = apply_filters('acf/format_value', get_field($atts['field'], $atts['post_id']));
return $value;
}
add_shortcode('acf', 'graphicbaz_force_acf_shortcode');
hello
in contact.php in line 74 convert
<? }?>
to
<?php }?>
then active.
wooooowwwww actived 😀