Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
---|---|---|---|---|---|
3.x | 6.0 - 6.8 |
3.4 , ^4.0 |
17.07.2019 | Feature Branch | dev-master |
2.7 | 5.4 , 5.5 , 5.6 , 5.7 , 5.8 |
3.4 |
27.06.2019 | Bugfix only | 2.7 |
1.5 | 4.0 |
-- | 18.03.2017 | Unsupported | pimcore4 |
"require" : {
"dachcom-digital/formbuilder" : "~3.3.0"
}
After you have installed the FormBuilder Bundle via composer, open pimcore backend and go to Tools
=> Extension
:
- Click the green
+
Button inEnable / Disable
row - Click the green
+
Button inInstall/Uninstall
row
After you have installed the FormBuilder Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:enable FormBuilderBundle
- Execute:
$ bin/console pimcore:bundle:install FormBuilderBundle
After you have updated the FormBuilder Bundle via composer, open pimcore backend and go to Tools
=> Extension
:
- Click the green
+
Button inUpdate
row
After you have updated the FormBuilder Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:update FormBuilderBundle
Does actually the same as the update command and preferred in CI-Workflow:
- Execute:
$ bin/console pimcore:migrations:migrate -b FormBuilderBundle
- Go to
Settings
=>Form Builder Settings
and create your form (Make sure your spam protection is covered!). - Open a document and place the form area brick like any other bricks via drag and drop.
- 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.
Nothing to tell here, it's just Symfony standard.
- SPAM Protection (Honeypot, reCAPTCHA)
- Usage (Rendering Types, Configuration)
- Output Workflows (New!) 🔥
- Backend Administration of Forms
- Export Forms
- Ajax Forms
- Dynamic Fields (Add form elements via events)
- Available Form Types
- Create Custom Form Type
- Custom Form Type Backend Layout
- Form Presets
- Events
- Mastering File Uploads
- Conditional Logic
- Form & Field Attributes
- Frontend Tips
- FormBuilder Javascript Plugins
- Configuration Flags
- Mail Template Configuration
- Mail Template Success Messages Properties
- Mail Template Submission Types (html/plain-text)
Before updating, please check our upgrade notes!
Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md