netzmacht / contao-form-designer
Contao form designer allows custom form styles
Fund package maintenance!
dmolineus
Installs: 48 997
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 4
Open Issues: 1
Type:contao-bundle
Requires
- php: ^8.1
- composer-runtime-api: ^2.0
- ext-dom: *
- contao-community-alliance/meta-palettes: ^2.0
- contao/core-bundle: ^4.13.37 || ^5.2.8
- doctrine/dbal: ^3.4
- mvo/contao-group-widget: ^1.4
- netzmacht/html: ^2.0.2 || ^3.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- symfony/config: ^5.4 || ^6.0
- symfony/dependency-injection: ^5.4 || ^6.0
- symfony/event-dispatcher: ^5.4 || ^6.0
- symfony/event-dispatcher-contracts: ^1.1 || ^2.0 || ^3.0
- symfony/http-foundation: ^5.4 || ^6.0
- symfony/http-kernel: ^5.4 || ^6.0
Requires (Dev)
- contao/manager-plugin: ^2.1
- doctrine/coding-standard: ^11.0
- phpcq/runner-bootstrap: ^1.0@dev
README
The Contao Form Designer provides more flexibility to customize form rendering
- Splitting form templates into separate template for the layout, label, control, help and error messages
- Defining customized form layouts in the theme
- Choose a custom form layout in the form, module or content element
- Additional help message feature.
- Custom css class for form control element.
Changelog
See the CHANGELOG.md
Requirements
- min. Contao 4.13 oder Contao 5
- min. PHP 8.1
Install
Managed edition
When using the managed edition it's pretty simple to install the contao form designer. Just search for the package in the Contao Manager and install it. Alternatively you can use the CLI.
# Using the contao manager $ php contao-manager.phar.php composer require netzmacht/contao-form-designer # Using composer directly $ php composer.phar require netzmacht/contao-form-designer