Active
Project:
Views Custom Field
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2012 at 12:28 UTC
Updated:
9 Oct 2012 at 12:28 UTC
Hi all
i'm trying to show with custom field the "exposed filter input" (after applyed it) for save it into a exportable excel file.
My exposed filter in named "search_advertiser"
I had try in various way but i don't be able to display result.
This the code:
<?php
$view = views_get_current_view();
print $view->exposed_input['field_search_advertiser_value']['value']['field_search_advertiser_value'];
?>
Where i am wrong?