GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
section.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Display the Section field type
4  *
5  * @package GravityView
6  * @subpackage GravityView/templates/fields
7  */
8 
10 
11 extract( $gravityview_view->getCurrentField() );
12 
13 // Tell the renderer not to wrap this field in an anchor tag.
14 $gravityview_view->setCurrentFieldSetting('show_as_link', false);
15 
16 if( !empty( $field['description'] ) ) {
17  echo GravityView_API::replace_variables( $field['description'], $form, $entry );
18 }
static getInstance( $passed_post=NULL)
if(gravityview() ->plugin->is_GF_25()) $form
$gravityview_view
Definition: section.php:9
static replace_variables( $text, $form=array(), $entry=array(), $url_encode=false, $esc_html=true, $nl2br=true, $format='html', $aux_data=array())
Alias for GravityView_Merge_Tags::replace_variables()
Definition: class-api.php:118
$entry
Definition: notes.php:27