Add comma between variables [closed]

You don’t concatenate these outputs. The_field will print while get_field can be used to concat.

<?php the_field('fl_venue');
echo ', ';
the_field('fl_address'); ?>