'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 );
}
?>