Download the PHP package qbus/contao-configform-bundle without Composer
On this page you can find all versions of the php package qbus/contao-configform-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download qbus/contao-configform-bundle
More information about qbus/contao-configform-bundle
Files in qbus/contao-configform-bundle
Download qbus/contao-configform-bundle
More information about qbus/contao-configform-bundle
Files in qbus/contao-configform-bundle
Vendor qbus
Package contao-configform-bundle
Short Description Define forms using config files instead of the form generator.
License LGPL-3.0+
Package contao-configform-bundle
Short Description Define forms using config files instead of the form generator.
License LGPL-3.0+
Please rate this library. Is it a good library?
Informations about the package contao-configform-bundle
Config Form extension for Contao
Use config files instead of the form generator to define forms. This makes forms more easily portable.
The forms behave the same way Form Generator forms do because they are rendered, validated and processed by the Contao core. This means, for instance:
- Form hooks, like
compileFormFields
andprepareFormData
, are available; - Form settings like
sendViaEmail
can be used.
Example usage
Create a config file templates/[theme-name/]formconfig_contact.php
:
In the Contao backend, create a front end module of the type Form from config file
and select the config.
Use the module wherever the form shall be inserted.
All versions of contao-configform-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || ^7.0
contao/core-bundle Version ^4.4.0
qbus/contao-transient-form Version ^1.0.0
contao/core-bundle Version ^4.4.0
qbus/contao-transient-form Version ^1.0.0
The package qbus/contao-configform-bundle contains the following files
Loading the files please wait ....