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
Requires
- php: ^8.2
- ext-json: *
- contao/core-bundle: ^5.3
- doctrine/dbal: ^3.9
- symfony/config: ^6.4 || ^7.0
- symfony/dependency-injection: ^6.4 || ^7.0
- symfony/http-foundation: ^6.4 || ^7.0
- symfony/http-kernel: ^6.4 || ^7.0
Requires (Dev)
- contao/manager-plugin: ^2.1
- phpcq/runner-bootstrap: @dev
Conflicts
- contao/manager-plugin: <2.1 || >= 3.0
This package is auto-updated.
Last update: 2025-08-08 07:04:22 UTC
README
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.