'field-list', 'placeholder' => __( 'Search Fields', 'formidable' ), 'tosearch' => 'frmbutton', ) ); ?>
    $field_type ) { $field_label = FrmFormsHelper::get_field_link_name( $field_type ); ?>

    $field_type ) { if ( isset( $field_type['section'] ) ) { if ( ! isset( $field_sections[ $field_type['section'] ] ) ) { $field_sections[ $field_type['section'] ] = array(); } $field_sections[ $field_type['section'] ][ $field_key ] = $field_type; continue; } if ( is_array( $field_type ) && isset( $field_type['switch_from'] ) ) { continue; } if ( is_array( $field_type ) && isset( $field_type['types'] ) ) { _deprecated_argument( 'Field with sub types', '4.0' ); $field_label = $field_type['name']; ?>
$section_fields ) { ?>

    $field_type ) { FrmFieldsHelper::show_add_field_buttons( compact( 'field_key', 'field_type', 'id', 'no_allow_class' ) ); unset( $field_key, $field_type ); } ?>
__( 'Smart Default Values', 'formidable' ), 'callback' => array( 'FrmFieldsHelper', 'smart_values' ), 'id' => 'frm-smart-values-box', ) ); FrmFieldsHelper::inline_modal( array( 'title' => __( 'Add Layout Classes', 'formidable' ), 'callback' => array( 'FrmFieldsHelper', 'layout_classes' ), 'id' => 'frm-layout-classes-box', ) ); FrmFieldsHelper::inline_modal( array( 'title' => __( 'Input Mask Format', 'formidable' ), 'callback' => array( 'FrmFieldsHelper', 'input_mask' ), 'id' => 'frm-input-mask-box', ) ); ?>