PHPackages                             mmx/forms - 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. [Templating &amp; Views](/categories/templating)
4. /
5. mmx/forms

ActiveLibrary[Templating &amp; Views](/categories/templating)

mmx/forms
=========

Modern forms for MODX 3

1.9.1(3mo ago)8198MITPHPPHP &gt;=8.1

Since Mar 27Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/bezumkin/mmx-forms)[ Packagist](https://packagist.org/packages/mmx/forms)[ RSS](/packages/mmx-forms/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (4)Versions (16)Used By (0)

Forms for MODX 3
----------------

[](#forms-for-modx-3)

> This extra is part of **MMX** initiative - the **M**odern **M**OD**X** approach.

The [Vueform](https://vueform.com) integration to build and process any kind of forms.

### Features

[](#features)

- Convenient way to create forms in manager by specifying the schema.
- You can use free [Vueform Builder](https://builder.vueform.com) to generate a form and export ready schema.
- Optional sending of emails to any amount of addresses with custom chunks.
- 3 types of action on form submission: reset, redirect and show custom message.
- All form submissions and emails are saved in database.

### Dependencies

[](#dependencies)

This package requires [mmxDatabase](https://packagist.org/packages/mmx/database) to work with MODX database using Eloquent models.

The `mmx/database` dependency will be downloaded automatically by Composer.

### Prepare

[](#prepare)

This package can be installed only with Composer.

If you are still not using Composer with MODX 3, just download the `composer.json` of your version:

```
cd /to/modx/root/
wget https://raw.githubusercontent.com/modxcms/revolution/v3.0.4-pl/composer.json
```

Then run `composer update` and you are ready to install the **mmx** packages.

### Install

[](#install)

```
composer require mmx/forms --update-no-dev
composer exec mmx-forms install
```

### Update

[](#update)

```
composer update mmx/forms --no-dev
composer exec mmx-forms install
```

Changes will be described on repository [Releases](https://github.com/bezumkin/mmx-forms/releases) page. Don't forget to subscribe for updates!

### Remove

[](#remove)

```
composer exec mmx-forms remove
composer remove mmx/forms
```

### How to use

[](#how-to-use)

1. Create new forms in `/manager/?a=home&namespace=mmx-forms` section.
2. Call the `mmxForms` snippet on any MODX page with id of form:

```
[[!mmxForms?id=`1`]]

```

*Snippet should only be called without caching!*

3. Enjoy!

### Styling

[](#styling)

Snippet will load built-in CSS based on Bootstrap 5 by default. You can disable this behaviour by `noCSS` param.

```
[[!mmxForms?id=`1`&noCSS=`1`]]
```

Better way is to change the CSS variables, for example:

```

.mmx-forms * {
    --vf-primary: red !important;
}

```

You can see which variables are used by the form and change them.

### Nota bene!

[](#nota-bene)

Project is still under development, do not hesitate to use [issues](https://github.com/bezumkin/mmx-forms/issues) if you have any.

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance79

Regular maintenance activity

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~50 days

Recently: every ~117 days

Total

15

Last Release

110d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/022a5cefd3f21223338606065f89cf280b6d9dda930fd9f992c74b42077f70cf?d=identicon)[bezumkin](/maintainers/bezumkin)

---

Top Contributors

[![bezumkin](https://avatars.githubusercontent.com/u/1257284?v=4)](https://github.com/bezumkin "bezumkin (43 commits)")

### Embed Badge

![Health badge](/badges/mmx-forms/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M279](/packages/laravel-horizon)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.3k449.3k30](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9742.3M121](/packages/roots-acorn)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M514](/packages/shopware-core)[markocupic/calendar-event-booking-bundle

Contao Calendar Event Booking Bundle

125.1k1](/packages/markocupic-calendar-event-booking-bundle)

PHPackages © 2026

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