PHPackages                             rfuehricht/formhandler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. rfuehricht/formhandler

ActiveTypo3-cms-extension[Mail &amp; Notifications](/categories/mail)

rfuehricht/formhandler
======================

The swiss army knife for all kinds of mail forms.

13.0.5(4w ago)2300↑27.8%1GPL-3.0-or-laterPHPPHP ^8.1

Since Jul 3Pushed 4w ago2 watchersCompare

[ Source](https://github.com/rfuehricht/formhandler)[ Packagist](https://packagist.org/packages/rfuehricht/formhandler)[ RSS](/packages/rfuehricht-formhandler/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (2)Versions (6)Used By (1)

EXT:formhandler
===============

[](#extformhandler)

Basic configuration looks like this:

```
plugin.tx_formhandler {

  view {
    partialRootPaths.5 = EXT:theme/Resources/Private/Forms/Partials/
  }

  forms {
    myform {
        name = My Formhandler Form

        view {
            templateRootPaths.10 = EXT:theme/Resources/Private/Forms/MyForm/
            partialRootPaths.10 = EXT:theme/Resources/Private/Forms/MyForm/Partials/
        }

        settings {
            templateFile = Step1

            formValuesPrefix = myform

            languageFile = EXT:theme/Resources/Private/Language/myform.xlf

            preProcessors {

            }
            interceptors {

            }
            validators {

            }
            finishers {

            }
        }
    }
  }

```

All configured forms are available in the plugin settings in a dropdown field. The setting **name** is used as a label.

[![Showing the forxform settings of plugin Formhandler. Predefined forms in TypoScript are selectable in a dropdown there.](./Documentation/Images/flexform.png "Flexform Settings")](./Documentation/Images/flexform.png)

**view** and **settings** of each form are merged with the "global" TypoScript in **plugin.tx\_formhandler**. This way you can define global settings like partialRootPaths and merge them with form specific settings.

The HTML-Template may look like this:

```

            {fh:translate(key: 'label.name')} {isRequired}

                        {error}

```

That is all for a very simple and basic form.

Have a look at the [documentation](./Documentation/Index.md) for more details about available

- [settings](./Documentation/Settings.md)
- [components](./Documentation/Components.md)
- [error checks](./Documentation/Validation.md)
- [view helpers](./Documentation/ViewHelpers.md)
- [templating](./Documentation/Templating.md)

and much more.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance94

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~81 days

Total

5

Last Release

28d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67321c806c6cfdcc7cefb65bb80859480391e2f3f3b075144038f97bce1a43c9?d=identicon)[rfuehricht](/maintainers/rfuehricht)

---

Top Contributors

[![rfuehricht](https://avatars.githubusercontent.com/u/144118058?v=4)](https://github.com/rfuehricht "rfuehricht (37 commits)")

### Embed Badge

![Health badge](/badges/rfuehricht-formhandler/health.svg)

```
[![Health](https://phpackages.com/badges/rfuehricht-formhandler/health.svg)](https://phpackages.com/packages/rfuehricht-formhandler)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[b13/container

Container Content Elements - Create Custom Container Content Elements for TYPO3

1833.3M95](/packages/b13-container)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

41515.2k](/packages/wazum-sluggi)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.0M6](/packages/netresearch-rte-ckeditor-image)[fluidtypo3/flux

The flux package from FluidTYPO3

145999.7k24](/packages/fluidtypo3-flux)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.3M74](/packages/typo3-cms-redirects)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
