This extension provides some extended features for the Contao form generator.
- in the content element or module "Form" you can overwrite the
jumptopage - in the content element or module "Form" you can overwrite the
recipientfor 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
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 ?>- Contao version >= 4.4.0
There are no dependencies to other extensions, that have to be installed.