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?