Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
deprecated
/
back-end
:
summary-exclude-fields-settings.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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>