Show all form entries of gravity form

I am using gravity form. I want to show all the form entries of specific form on front end for this purpose i use the plugin Gravity Forms Directory but the issue is that the file path it showing is some thing like enter image description here
i also use gravity form code to get all the entries data which is

$form_id = '1';
$entry = GFAPI::get_entries( $form_id );
print_r($entry);

But the issue is remain same the file path is not showing properly. Any idea how can i get the file path. Thanks

Read More

Response from query:
enter image description here

Related posts