Hi Andrea,
When i try to use select_custom_post_type(custom post) and display as selectbox, selectbox appear with custom post type name(countries) not post option means country list.
here is my code that i use.
function bxcft_map ($field_type, $field)
{
if ($field_type == 'select_custom_post_type') return 'selectbox';
return $field_type;
}
??
I am using authorize.net and paypal express checkout.