GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
search-field-hidden.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Display hidden field input
4  *
5  * @file class-search-widget.php See for usage
6  */
7 
10 ?><div><input type="hidden" name="<?php echo esc_attr( $search_field['name'] ); ?>" value="<?php echo esc_attr( $search_field['value'] ); ?>"></div>
$gravityview_view
static getInstance( $passed_post=NULL)