Download the PHP package heimrichhannot/contao-form-fields-collection-bundle without Composer
On this page you can find all versions of the php package heimrichhannot/contao-form-fields-collection-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download heimrichhannot/contao-form-fields-collection-bundle
More information about heimrichhannot/contao-form-fields-collection-bundle
Files in heimrichhannot/contao-form-fields-collection-bundle
Package contao-form-fields-collection-bundle
Short Description A collection of additional form fields for contao form generator.
License LGPL-3.0-or-later
Homepage https://github.com/heimrichhannot/contao-form-fields-collection-bundle
Informations about the package contao-form-fields-collection-bundle
Form Field Collection Bundle
This bundle adds additional form fields to the Contao form generator.
Fields
- Date/Time field - Field of html type date or time with native pickers (if supported by browser)
- Single Checkbox field - A single checkbox with a rich-text option label and configurable submitted value
- Success Message Field - Displays a success message after form submission
Installation
Install the bundle via composer and update your database afterwards:
Usage
After install you'll find new form field types.
Date/Time field
Select the field type "Date/ time" and select the format (date or time).
Success Message field
Select the field type "Success Message" and enter the message you want to display after form submission.
Single Checkbox field
Select the field type "Checkbox Single". Then configure the checkbox label in the text field and, if needed, define a custom submitted value in the value field. If no value is set, the checkbox submits 1.
Like other Contao form fields, you can also mark the checkbox as mandatory and provide a help text.
All versions of contao-form-fields-collection-bundle with dependencies
contao/core-bundle Version ^4.13 || ^5.0
symfony/http-kernel Version ^5.4 || ^6.0 || ^7.0