Hi,
I solved the problem with this code, it was actually easy
<div class="custom-field-wrapper">
<span class="js-bold"><?php echo __('Email Address', 'js-jobs') . ': '; ?></span>
<?php echo do_shortcode('[groups_member group="resume"]
<span class="get-text">
'.$myresume->email_address.'
</span>
[/groups_member]');?>
</div>
Thank you