File "other-option.php"

Full path: /home/bud/public_html/swamp/deprecated/back-end-20251126092045/other-option.php
File size: 906 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<div class="frm-add-other frm6 frm_form_field <?php echo ( empty( FrmField::get_option( $field, 'image_options' ) ) ) ? '' : 'frm_hidden'; ?>" id="frm_add_field_<?php echo esc_attr( $field['id'] ); ?>">
	<a href="javascript:void(0);" id="other_button_<?php echo esc_attr( $field['id'] ); ?>" data-opttype="other" data-ftype="<?php echo esc_attr( $field['type'] ); ?>" class="frm-small-add frm_cb_button frm_add_opt<?php echo ( $hide_other ? ' frm_hidden' : '' ); ?>" data-clicks="0">
		<span class="frm_add_tag frm_icon_font"></span>
		<?php esc_html_e( 'Add Other', 'formidable-pro' ); ?>
	</a>
</div>

<input type="hidden" value="<?php echo esc_attr( $field['other'] ); ?>" id="other_input_<?php echo esc_attr( $field['id'] ); ?>" name="field_options[other_<?php echo esc_attr( $field['id'] ); ?>]" />