@@ -40,9 +40,7 @@ get_header(); ?>
</h2>
<p><?php //the_field('employeeid');
?>
- <?php
- $field = get_field_object('employeeid');
- echo $field;
+ <?php the_field_object('employeeid');
?></p>
<?php if (have_rows('contact_details')) : ?>