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

1.0.3 2025-08-25 09:01 UTC

This package is auto-updated.

Last update: 2025-09-25 09:12:37 UTC


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.