Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heimrichhannot/contao-form-fields-collection-bundle
A collection of additional form fields for contao form generator.
https://github.com/heimrichhannot/contao-form-fields-collection-bundle
Last synced: about 1 month ago
JSON representation
A collection of additional form fields for contao form generator.
- Host: GitHub
- URL: https://github.com/heimrichhannot/contao-form-fields-collection-bundle
- Owner: heimrichhannot
- License: lgpl-3.0
- Created: 2023-12-01T11:09:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T12:21:41.000Z (5 months ago)
- Last Synced: 2024-11-11T05:56:10.086Z (about 1 month ago)
- Language: PHP
- Size: 70.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Form Field Collection Bundle
This bundle add 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)
* 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](docs%2Fimg%2Fscreenshot_datetime_frontend.png)
Select the field type "Date/ time" and select the format (date or time).
![screeenshot_datetime.png](docs%2Fimg%2Fscreeenshot_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](docs%2Fimg%2Fscreenshot_successmessage_backend.png)