PHPackages                             mateuszbieniek/ezplatform-form-builder-multi-step-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mateuszbieniek/ezplatform-form-builder-multi-step-forms

ActiveEzplatform-bundle[Utility &amp; Helpers](/categories/utility)

mateuszbieniek/ezplatform-form-builder-multi-step-forms
=======================================================

Adds feature to create multi-step forms in eZ Platform 2.5 Form Builder

v1.0.0(6y ago)393[1 issues](https://github.com/mateuszbieniek/ezplatform-form-builder-multi-step-forms/issues)[2 PRs](https://github.com/mateuszbieniek/ezplatform-form-builder-multi-step-forms/pulls)MITPHPPHP &gt;=7.1CI failing

Since Dec 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mateuszbieniek/ezplatform-form-builder-multi-step-forms)[ Packagist](https://packagist.org/packages/mateuszbieniek/ezplatform-form-builder-multi-step-forms)[ RSS](/packages/mateuszbieniek-ezplatform-form-builder-multi-step-forms/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

ezplatform-form-builder-multi-step-forms
========================================

[](#ezplatform-form-builder-multi-step-forms)

[![](ezplatform-form-builder-multi-step-forms.gif)](ezplatform-form-builder-multi-step-forms.gif)

Description
-----------

[](#description)

The bundle provides a "step" field for the Form Builder in eZ Platform EE which makes Form "Multi-Step".

Usage
-----

[](#usage)

This bundle provides a default (and very basic) template that uses Bootstrap 4 to create a carousel which is used for step transitions, but you can use any solution you prefer. To do so, you will have to override the default template (`EzPlatformFormBuilderMultiStepFormsBundle::form_steps.html.twig`).

If Step Field is not the very first field used in the Form, fields before first Step Field will be rendered below the carousel (in the default template). If there is no Step Field inside Form it will be rendered normally. Step Field has couple of attributes:

`step_class` - the default template will add this CSS class to the step `` tag.

`next_label` - if this field is not empty, the default template will render the "next step" button with the defined label.

`back_label` - if this field is not empty, the default template will render the "previous step" button with the defined label.

`custom_template` - if this field is not empty, the default template will use this custom twig file for this step template (`{% include step.step_field.vars.attr["custom_template"] with { 'step': step } %}`)

It is up to you to add any additional features in javascript (for example: disable "next" button, until all fields in steps are filled).

Installation
------------

[](#installation)

### 1. Enable `EzPlatformFormBuilderMultiStepFormsBundle`

[](#1-enable-ezplatformformbuildermultistepformsbundle)

Edit `app/AppKernel.php`, and add

```
new MateuszBieniek\EzPlatformFormBuilderMultiStepFormsBundle\EzPlatformFormBuilderMultiStepFormsBundle(),

```

at the end of the `$bundles` array.

### 2. Install `mateuszbieniek/ezplatform-form-builder-multi-step-forms`

[](#2-install-mateuszbieniekezplatform-form-builder-multi-step-forms)

```
composer require mateuszbieniek/ezplatform-form-builder-multi-step-forms

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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 ~0 days

Total

2

Last Release

2337d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f650eead4bac570d6b1f827c7cb5f6814e92ff584490a3be9d4576853fb4b473?d=identicon)[mateusz.bieniek@ez.no](/maintainers/mateusz.bieniek@ez.no)

---

Top Contributors

[![mateuszbieniek](https://avatars.githubusercontent.com/u/38975612?v=4)](https://github.com/mateuszbieniek "mateuszbieniek (6 commits)")

---

Tags

ezplatformezplatform-bundleezplatform-eeform-builder

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/mateuszbieniek-ezplatform-form-builder-multi-step-forms/health.svg)

```
[![Health](https://phpackages.com/badges/mateuszbieniek-ezplatform-form-builder-multi-step-forms/health.svg)](https://phpackages.com/packages/mateuszbieniek-ezplatform-form-builder-multi-step-forms)
```

###  Alternatives

[ezsystems/legacy-bridge

eZ Platform bridge to eZ Publish Legacy

17118.6k4](/packages/ezsystems-legacy-bridge)[netgen/remote-media-bundle

Remote media field type implementation

189.4k4](/packages/netgen-remote-media-bundle)

PHPackages © 2026

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