GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
Go to the source code of this file.
Variables | |
if(! isset( $gravityview)||empty( $gravityview->template)) | $field_id = $gravityview->field->ID |
The default creditcard field output template. More... | |
$is_single_input = floor( $field_id ) !== floatval( $field_id ) | |
$output = '' | |
if(! $is_single_input) | else |
if (! isset($gravityview)||empty($gravityview->template)) $field_id = $gravityview->field->ID |
The default creditcard field output template.
$gravityview
Definition at line 14 of file field-creditcard-html.php.
$is_single_input = floor( $field_id ) !== floatval( $field_id ) |
Definition at line 16 of file field-creditcard-html.php.
$output = '' |
Definition at line 18 of file field-creditcard-html.php.
if (! $is_single_input) else |
Only allow the linebreak.
Definition at line 23 of file field-creditcard-html.php.