I was able to successfully implement my custom fields using the php code :
<p><?php the_field(‘field_name’); ?></p>
Please can someone advise how you go about displaying the field label (E.g Start Date) if the custom field has been completed.
Kind Regards
J57