PHPackages                             asmitta-01/formflow-bundle - 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. asmitta-01/formflow-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

asmitta-01/formflow-bundle
==========================

Multi-step forms for your Symfony project.

v2.0.1(1y ago)2165MITPHPPHP &gt;=8.1

Since Feb 19Pushed 1y agoCompare

[ Source](https://github.com/Asmitta-01/MultiStepFormFlowBundle)[ Packagist](https://packagist.org/packages/asmitta-01/formflow-bundle)[ Docs](https://github.com/Asmitta-01/MultiStepFormFlowBundle)[ RSS](/packages/asmitta-01-formflow-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (27)Versions (6)Used By (0)

MultiStepFormFlowBundle
=======================

[](#multistepformflowbundle)

This is a fork of the package [craue/CraueFormFlowBundle](https://github.com/craue/CraueFormFlowBundle) version **3.7.0**. You can check it to know all the features of this package. In this fork i focus on the usage and installation on [Symfony 7](https://symfony.com/doc/7.0/setup.html).

> ⚠️ **Note**: This fork doesn't support a Symfony version prior to 6.0.

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

[](#installation)

Follow this [guide](./docs/index.md) for the installation.

Usage
-----

[](#usage)

This section shows how to create a 3-step form flow for a user. The package provides 03 approaches but i will focus on one: One form type for the entire flow. This approach makes it easy to turn an existing (common) form into a form flow. We will use this [FormType](https://symfony.com/doc/current/reference/forms/types.html):

```
// File: src/Form/UserType.php
