File: /var/www/html/www.winghung.com/wp-content/plugins/conversational-forms/fields/generic-input.php
<?php
/**
* Generic HTML input field
*
* @package Caldera_Forms Modified by QuantumCloud
* @author Josh Pollock <Josh@CalderaWP.com>
* @license GPL-2.0+
* @link
* @copyright 2016 CalderaWP LLC
*/
?>
<?php echo $wrapper_before; ?>
<?php echo $field_label; ?>
<?php echo $field_before; ?>
<?php echo Qcformbuilder_Forms_Field_Input::html( $field, $field_structure, $form ); ?>
<?php echo $field_caption; ?>
<?php echo $field_after; ?>
<?php echo $wrapper_after; ?>