GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
templates
deprecated
fields
html.php
Go to the documentation of this file.
1
<?php
2
/**
3
* Display the HTML field type
4
*
5
* @package GravityView
6
* @subpackage GravityView/templates/fields
7
*/
8
9
$gravityview_view
=
GravityView_View::getInstance
();
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
echo
GravityView_API::replace_variables
(
$field
[
'content'
],
$form
,
$entry
);
GravityView_View\getInstance
static getInstance( $passed_post=NULL)
Definition:
class-template.php:195
GV\$form
if(gravityview() ->plugin->is_GF_25()) $form
Definition:
class-gv-settings-plugin.php:526
$field
$field
Definition:
search-field-chainedselect.php:29
$gravityview_view
$gravityview_view
Definition:
html.php:9
GravityView_API\replace_variables
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
$entry
Definition:
notes.php:27