This is the PHP expression I'm using to access the data:
$exp->export('Volunteer Projects', array('show' => 'post_title,street-add-1,street-add-2,city,state,zip-code,phone,website-url,long-description,meta_titlekey,logo', 'filter' => "meta_titlekey=$datakey", 'filelinks' => 'img'));
$row['logo'] displays the file name like image-file.png rather than a URL or <img> tag. How do I get a url or <img> tag returned?
Thanks again for your help!
Kurt
http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/