I cant see why this does not work? >
$pdf_link = get_post_meta( $post->ID,'wpcf-pdf-upload'); $pdf_title = get_the_title($pdf_link); <h6><a href="<?php echo $pdf_link;?>"><?php echo $pdf_title; ?> ></a></h6>
this worked fine with advanced custom fields plugin..
thanks