Skip to main content

FormBuilder Bundle

OpenDXP FormBuilder

Release Plan

ReleaseSupported OpenDXP VersionsSupported Symfony VersionsRelease DateMaintainedBranch
1.x1.x^7.4DD.MM.YYYYFeature Branch1.x

Installation

composer require "open-dxp/formbuilder-bundle":"~1.0.0"

Add Bundle to bundles.php:

return [
OpenDxp\Bundle\FormBuilderBundle\OpenDxpFormBuilderBundle::class => ['all' => true],
];
  • Execute: $ bin/console opendxp:bundle:install OpenDxpFormBuilderBundle

Upgrading

  • Execute: $ bin/console doctrine:migrations:migrate --prefix 'OpenDxp\Bundle\FormBuilderBundle\Migrations'

Usage

  1. Go to Settings => Form Builder Settings and create your form (Make sure your spam protection is covered).
  2. Open a document and place the form area brick like any other bricks via drag and drop.
  3. Use the edit button at the right top corner to configure your form.

Also make sure you've included the flash template if you want to have some success messages after a redirect. It's also possible to render a form via Twig or even within a controller method. Click here to learn more about the form rendering types.

Overriding Templates

Nothing to tell here, it's just Symfony standard.

Further Information

Upgrade Info

Before updating, please check our upgrade notes!

License

DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, [email protected]
Copyright © 2026 DACHCOM.DIGITAL. All rights reserved.

For licensing details please visit LICENSE.md