Advanced custom field conditional display
<?php if( get_field( "email_address" ) ): ?> <li><strong>Email:</strong> <a href="mailto:<?php the_field('email_address'); ?>"><?php the_field('email_address'); ?></a></li> <?php endif; ?>