PHPackages                             innomedio/sulu-form-landing-page-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. innomedio/sulu-form-landing-page-bundle

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

innomedio/sulu-form-landing-page-bundle
=======================================

Define redirects in Sulu forms after a successful form submit.

v3.0.1(1y ago)11.3kMITPHP

Since May 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/innomedio/sulu-form-landing-page-bundle)[ Packagist](https://packagist.org/packages/innomedio/sulu-form-landing-page-bundle)[ Docs](https://www.innomedio.be)[ RSS](/packages/innomedio-sulu-form-landing-page-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (6)Versions (8)Used By (0)

SuluFormLandingPageBundle
=========================

[](#suluformlandingpagebundle)

Since the Sulu core team is not sure yet about the best way to implement landing pages for forms we've created a simple workaround.

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

[](#installation)

Install using composer:

```
composer require innomedio/sulu-form-landing-page-bundle

```

Add the bundle to `config/bundles.php` if it's not automatically added:

```
Innomedio\Sulu\FormLandingPageBundle\InnomedioSuluFormLandingPageBundle::class => ['all' => true],

```

Usage
-----

[](#usage)

You can now define the redirect url for successfully submitted forms. You can also define a querystring that needs to be appended.

```
{{ form_start(content.testForm) }}

{{ form_end(content.testForm) }}
```

So now you could create a content block containing a single\_page\_selection and single\_form\_selection field to be able to dynamically handle form redirects.

There's also a helper template available:

```
{% include '@InnomedioSuluFormLandingPage/sulu_redirect_form.html.twig' with {
    form: content.testForm,
    redirect: sulu_content_load(content.landingPage).path,
    querystring: '?utm=this&id=that'
} %}
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

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

Recently: every ~272 days

Total

7

Last Release

624d ago

Major Versions

v1.0.3 → v2.02022-08-23

v2.0 → v3.02024-07-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ca0f754be097b353909584a9b10c851ab0f787792f1abfaf399ba79ac5b46b8?d=identicon)[innomedio](/maintainers/innomedio)

---

Top Contributors

[![eekes](https://avatars.githubusercontent.com/u/9445616?v=4)](https://github.com/eekes "eekes (4 commits)")[![innomediodev](https://avatars.githubusercontent.com/u/35295067?v=4)](https://github.com/innomediodev "innomediodev (3 commits)")[![sanderquirynen](https://avatars.githubusercontent.com/u/5577225?v=4)](https://github.com/sanderquirynen "sanderquirynen (1 commits)")

---

Tags

symfonyformsuluinnomediosulu-form

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/innomedio-sulu-form-landing-page-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/innomedio-sulu-form-landing-page-bundle/health.svg)](https://phpackages.com/packages/innomedio-sulu-form-landing-page-bundle)
```

###  Alternatives

[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29733.3k](/packages/sulu-skeleton)[sulu/form-bundle

Bundle for creating forms in Sulu.

87287.3k7](/packages/sulu-form-bundle)[norberttech/aceeditor-bundle

Bundle that integrate excellent JavaScript ace editor into Symfony Form.

28310.8k](/packages/norberttech-aceeditor-bundle)[ekreative/uuid-extra-bundle

Paramconverter, Normalizer and Form Type for Ramsey Uuid

18168.6k](/packages/ekreative-uuid-extra-bundle)

PHPackages © 2026

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