Bulk Select is a CiviCRM extension that adds Select all and Select none actions to specific custom fields on contact edit screens.
Administrators can enable this behavior per custom field from the field configuration form. When enabled, bulk actions are rendered for:
- multi-select custom fields (Select2-based)
- checkbox custom fields
This is an extension for CiviCRM, licensed under AGPL-3.0.
Getting Started
- Install and enable the extension.
- Go to
Administer > Customize Data and Screens > Custom Fields. - Edit a custom field that is either a multi-select or checkbox type.
- Enable
Show bulk selectorand save. - Open a contact edit form where that field appears.
- Use
Select all/Select noneon the configured field.
Notes:
- The setting is stored per custom field.
- Buttons are only rendered for fields where
Show bulk selectoris enabled.
Screenshots
Field configuration

Field with bulk actions

Compatibility
- CiviCRM
6.4+
Known Issues
- None currently known for supported field types.
