06/28/2016 at 6:23 pm
#380843
Participant
Thank you for your quick reply!
It’s not really working at the moment. I get this piece of code instead of the custom field for every entry:
$text = $entry->getMeta( array( ‘key’ => ‘reviewfields_id’, // This should match exactly the field id used when registering the custom field. ‘single’ => TRUE // Do not change this. ) ); if ( ! empty( $text ) ) echo ‘
‘ . do_shortcode( esc_html( $text ) ). ‘
‘;
Kind regards
