Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
netodolele.com.br
/
wp-content
/
plugins
/
jet-engine
/
templates
/
forms
/
fields
/
Editing: hidden.php
<?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']; ?>">
Save
Cancel