This bundle add additional form fields to the contao form generator.
- Date/Time field - Field of html type date or time with native pickers (if supported by browser)
- Success Message Field - Displays a success message after form submission
Install the bundle via composer and update your database afterwards:
composer require heimrichhannot/contao-form-fields-collection-bundle
After install you'll find new form field types.
Select the field type "Date/ time" and select the format (date or time).
Select the field type "Success Message" and enter the message you want to display after form submission.