heimrichhannot/contao-form-fields-collection-bundle

A collection of additional form fields for contao form generator.

Maintainers

Package info

github.com/heimrichhannot/contao-form-fields-collection-bundle

Type:contao-bundle

pkg:composer/heimrichhannot/contao-form-fields-collection-bundle

Statistics

Installs: 441

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.9 2026-04-10 06:20 UTC

This package is auto-updated.

Last update: 2026-04-10 06:20:49 UTC


README

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:

composer require heimrichhannot/contao-form-fields-collection-bundle

Usage

After install you'll find new form field types.

Date/Time field

Frontend output of Date time widget

Select the field type "Date/ time" and select the format (date or time).

screeenshot_datetime.png

Success Message field

Select the field type "Success Message" and enter the message you want to display after form submission.

screenshot_successmessage_backend.png

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.

Frontend Output Checkbox Single