hofff/contao-formtools

Various form utilities for Contao CMS.

Installs: 2 216

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 3

Open Issues: 0

Type:contao-bundle

4.0.0 2025-08-08 07:03 UTC

README

Latest Version on Packagist Installations via composer per month Installations via composer total

Contao Extension: hofff.com - Formtools

This extension provides some extended features for the Contao form generator.

Features

  • in the content element or module "Form" you can overwrite the jumpto page
  • in the content element or module "Form" you can overwrite the recipient for email notification
  • in each form field you can add an optional help text (you have to customize the form field templates for the output)
  • add custom error/success message before form (useful when no page redirect is defined)
  • auto scroll to error element

Customize template

To display the help texts, the templates of the form widgets must be adapted. The following output must be inserted there:

<?= $this->hofff_formtools_help ?>

Compatibility

  • Contao version >= 4.4.0

Dependency

There are no dependencies to other extensions, that have to be installed.