'frm-smart-values-box',
'title' => esc_attr__( 'Toggle Options', 'formidable' ),
)
);
$e_args = array(
'textarea_name' => 'field_options[description_' . absint( $field['id'] ) . ']',
'textarea_rows' => 8,
);
$html_id = 'frm_description_' . absint( $field['id'] );
wp_editor( $field['description'], $html_id, $e_args );
?>