'bl_bulkedit_panel', 'title' => 'Bulk Field Edit', 'nav_classes' => [ 'bl-bulkedit-nav' ], 'body_classes' => [ 'bl-bulkedit-body' ], ]; return $panels; } ); // ─── 2. Output the panel content ──────────────────────────────────────────── add_action( 'gform_editor_sidebar_panel_content', function ( $panel ) { if ( ! is_array( $panel ) || ( $panel['id'] ?? '' ) !== 'bl_bulkedit_panel' ) { return; } ?>
0 selected

Click the select icon on any field to start selecting fields for bulk editing.