Current path: home/webdevt/www/bricolagevincennes.fr/wp-content/plugins/caldera-forms/fields/
?? Go up: /home/webdevt/www/bricolagevincennes.fr/wp-content/plugins/caldera-forms
<?php /** * Generic HTML input field * * @package Caldera_Forms * @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 Caldera_Forms_Field_Input::html( $field, $field_structure, $form ); ?> <?php echo $field_caption; ?> <?php echo $field_after; ?> <?php echo $wrapper_after; ?>