inspiredminds / contao-extended-form-fields
Contao 4 extension to extend some form fields with more options.
Fund package maintenance!
fritzmg
Installs: 3 556
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 2
Open Issues: 0
Type:contao-bundle
Requires
- php: >=7.1
- contao/core-bundle: ^4.13 || ^5.2
- doctrine/dbal: ^2.11 || ^3.0
- symfony/config: ^5.4 || ^6.0 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0
- symfony/http-foundation: ^5.4 || ^6.0 || ^7.0
- symfony/http-kernel: ^5.4 || ^6.0 || ^7.0
- symfony/polyfill-php80: ^1.28
- symfony/translation-contracts: ^2.0 || ^3.0
Requires (Dev)
- contao/easy-coding-standard: ^6.0
- contao/rector: ^1.0
README
Contao Extended Form Fields
Contao extension to extend form fields with more options.
- Adds a minimum options and maximum options setting to checkbox and multiple select fields.
- Allows you to define a custom error message in the form field's options.
- Adds the ability to provide a custom input field in the front end for radio button form fields.
- Allows you to define disallowed words for text and textarea fields.
- Allows you to define allowed words for text fields.
- A
httpurl
rgxp
option (see this PR). - Allows you to show certain form fields only to specific member groups.
- Allows you to show a character count for textareas in the front end.
- Allows you to load a default value from a query parameter of the request.
- Automatically uses the native HTML5
date
input type fordate
text fields. - Allows you to automatically add a blank option to
<select>
fields.