If I create a Custom Select field is it possible to output the Display Text hyperlinked using the Custom field content value.
How would I write the code for this instead of using
< ?php
echo(types_render_field( "supplier", array( "show_name" => "true" ) ));
?>