another option is
echo get_post_meta($post->ID, $custom_field_key, true);
(remembered why it wasn’t disappearing. My bad – left some old testing code in my layout.)
e.g.
[favourite book]
type = text
label = What’s your favourite book?
output = true
output = true
after the field form and it should appear. My only problem – I can’t get it to disappear now! 🙁