File "hidden.php"
Full path: /home/dora/public_html/wp-content/plugins/jet-engine/templates/forms/fields/hidden.php
File size: 256 bytes
MIME-type: --
Charset: utf-8
<?php
/**
* input[type="hidden"] template
*/
?>
<input class="jet-form__field hidden-field" type="hidden" name="<?php echo $this->get_field_name( $args['name'] ); ?>" value="<?php echo $args['default']; ?>" data-field-name="<?php echo $args['name']; ?>">