It was just me – not putting the right syntax in my php call.
For those who need to know – you have to put:
<?php echo get_post_meta($post->ID, ‘field_name’, true); ?>
I agree with those that said the documentation is not very good – but this plugin is incredible.
Needs better documentation for “noobs”