netzmacht/contao-form-designer

Contao form designer allows custom form styles

Fund package maintenance!
dmolineus

Installs: 46 541

Dependents: 2

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 4

Open Issues: 0

Type:contao-bundle

1.4.4 2024-02-13 08:09 UTC

README

Build Status Version License Downloads Contao Community Alliance coding standard

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