denkwerk / mosparo-form
Integrates the mosparo spam protection system into TYPO3 EXT:form and Extbase forms, allowing easy and effective spam protection across different form implementations.
Installs: 14
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >= 8.1 < 8.5
- mosparo/php-api-client: ^1.1
- typo3/cms-core: ^12.4 || ^13.4
- typo3/cms-form: ^12.4 || ^13.4
Suggests
- mahou/mosparo-powermail: Provides integration of the mosparo spam protection system for Powermail forms in TYPO3.
README
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 |
Compatibility
Version | TYPO3 | PHP | mosparo | Supported Adapters |
---|---|---|---|---|
1.0.x | 12.4 – 13.4 | 8.1 – 8.3 | ≥ 1.3.7 | Form, Extbase, Custom Integration |
Custom Integration via Form Normalizer
You can support any form system (custom form systems like Powermail) by implementing your own FormNormalizerInterface
.
Documentation: → How to register a custom Form Normalizer
FAQ
Common questions (e.g., multi-step forms, configuration tips) can be found in the FAQ section of the documentation.
Contributing
We welcome contributions! Feel free to open pull requests or issues on GitHub. See the Contribution Guide.