PHPackages                             bolt/forms-extra-recipients - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bolt/forms-extra-recipients

ActiveBolt-extension

bolt/forms-extra-recipients
===========================

An extension of bolt/forms that allows you to add extra recipients to forms, with conditions.

1.0.0(5y ago)2253MITPHPPHP &gt;=7.1.3

Since Oct 7Pushed 5y ago2 watchersCompare

[ Source](https://github.com/bolt/forms-extra-recipients)[ Packagist](https://packagist.org/packages/bolt/forms-extra-recipients)[ RSS](/packages/bolt-forms-extra-recipients/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Bolt Forms Extra Recipients Extension
=====================================

[](#bolt-forms-extra-recipients-extension)

An extension of bolt/forms that allows you to add extra recipients to forms.

Installation:

```
composer require bolt/forms-extra-recipients
```

Setting up
----------

[](#setting-up)

Suppose your `contact` form has a `department` field like so:

```
        department:
            type: choice
            options:
                required: true
                choices: { 'sales' : 'sales', 'accounts': 'accounts' }
```

Depending on what the user selects, different people will receive this form.

To do this, go to `config/extensions/bolt-boltformsextrarecipients.yaml` and put the following in your configuration:

Reference extension configuration file
======================================

[](#reference-extension-configuration-file)

actions: send\_contact\_submissions: form: contact to: field: name: department values: sales: \[ , , ,  \] accounts: \[ ,  \]

Based on the value of the `department` field, the form will go *either* to the people from Sales, or Accounts.

Running PHPStan and Easy Codings Standard
-----------------------------------------

[](#running-phpstan-and-easy-codings-standard)

First, make sure dependencies are installed:

```
COMPOSER_MEMORY_LIMIT=-1 composer update

```

And then run ECS:

```
vendor/bin/ecs check src

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

4

Last Release

2029d ago

Major Versions

0.1.2 → 1.0.02020-10-27

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1835343?v=4)[Bob van de Vijver](/maintainers/bobvandevijver)[@bobvandevijver](https://github.com/bobvandevijver)

![](https://avatars.githubusercontent.com/u/3901745?v=4)[Tobias Feijten](/maintainers/tobias-93)[@tobias-93](https://github.com/tobias-93)

![](https://www.gravatar.com/avatar/78ae1389d35ad7a4cda25bce02c73b64994823df39bc8bd023eea17dd4a54dc9?d=identicon)[I-Valchev](/maintainers/I-Valchev)

---

Top Contributors

[![I-Valchev](https://avatars.githubusercontent.com/u/7093518?v=4)](https://github.com/I-Valchev "I-Valchev (5 commits)")[![bobdenotter](https://avatars.githubusercontent.com/u/1833361?v=4)](https://github.com/bobdenotter "bobdenotter (2 commits)")

###  Code Quality

Code StyleECS

### Embed Badge

![Health badge](/badges/bolt-forms-extra-recipients/health.svg)

```
[![Health](https://phpackages.com/badges/bolt-forms-extra-recipients/health.svg)](https://phpackages.com/packages/bolt-forms-extra-recipients)
```

###  Alternatives

[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1101.2k](/packages/abydahana-aksara)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
