This extension integrates the mosparo spam protection system into TYPO3.
It enables spam protection for TYPO3 forms using the mosparo validation API and provides flexible mechanisms to support custom form setups.
It includes these features:
- Support for TYPO3 Form Framework
- Support for Extbase-based forms (
<f:form>) - Easy integration with custom form systems via a Form Normalizer
| URL | |
|---|---|
| Repository: | https://github.com/denkwerk/mosparo-form |
| Documentation: | https://docs.typo3.org/p/denkwerk/mosparo-form/1.0/en-us/ |
| TER: | https://extensions.typo3.org/extension/mosparo_powermail |
| Version | TYPO3 | PHP | mosparo | Supported Adapters |
|---|---|---|---|---|
| 1.0.x | 12.4 – 13.4 | 8.1 – 8.3 | ≥ 1.3.7 | Form, Extbase, Custom Integration |
You can support any form system (custom form systems like Powermail) by implementing your own FormNormalizerInterface.
Documentation: → How to register a custom Form Normalizer
Common questions (e.g., multi-step forms, configuration tips) can be found in the FAQ section of the documentation.
We welcome contributions! Feel free to open pull requests or issues on GitHub. See the Contribution Guide.