<?php $email = get_field('email'); ?>
<a href="mailto:<?php echo $email; ?>">
<?php echo antispambot($email); ?>
</a>
Takes and Advanced Custom Field called, “Email”, email field, puts it into a variable and Obfuscates it with WordPress’ antispambot function.