[![](https://img.shields.io/packagist/v/inspiredminds/contao-extended-form-fields.svg)](https://packagist.org/packages/inspiredminds/contao-extended-form-fields)
[![](https://img.shields.io/packagist/dt/inspiredminds/contao-extended-form-fields.svg)](https://packagist.org/packages/inspiredminds/contao-extended-form-fields)

Contao Extended Form Fields
=====================

Contao 4 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](https://github.com/contao/contao/pull/2297)).
* 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.
