File "summary-exclude-fields-settings.php"

Full path: /home/bud/public_html/swamp/deprecated/back-end/summary-exclude-fields-settings.php
File size: 987 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<p class="howto">
	<?php
		printf(
			/* translators: %1$s: HTML open link, %2$s: HTML close link */
			esc_html__( 'Select a field from the list below to exclude it from the summary OR %1$sLearn which fields are automatically included%2$s.', 'formidable-pro' ),
			'<a href="https://formidableforms.com/knowledgebase/" target="_blank" class="frm-summary-learn-more">',
			'</a>'
		);
	?>
</p>

<?php
FrmAppHelper::show_search_box(
	array(
		'input_id'    => 'frm_calc_' . $field['id'],
		'placeholder' => __( 'Search Fields', 'formidable-pro' ),
		'tosearch'    => 'frm-field-list-' . $field['id'],
	)
);
?>

<ul class="frm_code_list frm-full-hover frm-short-list frm_js_summary_list" data-exclude="<?php echo esc_attr( json_encode( FrmProFieldSummary::remove_from_exclude_field_settings() ) ); ?>" id="frm-calc-list-<?php echo esc_attr( $field['id'] ); ?>" data-shortcode="no"></ul>