Like mentioned in Issue-description, parameters are verified and need a hmac. Because recaptcha-Validation is a predefinedDefaults, the validation is unsuccessful.
The hmac validation is required, if the validator is not creatable, which is defined here \TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement\IsCreatablePropertyCollectionElementExtractor . I tried the hook documented in the changelog, but there is no possibility, to add this creatable-Configuration.
This pull-Request is more a hotfix and adds a 'Empty'-Validation.
Resolves #17
Like mentioned in Issue-description, parameters are verified and need a hmac. Because recaptcha-Validation is a
predefinedDefaults
, the validation is unsuccessful.The hmac validation is required, if the validator is not
creatable
, which is defined here\TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement\IsCreatablePropertyCollectionElementExtractor
. I tried the hook documented in the changelog, but there is no possibility, to add this creatable-Configuration.This pull-Request is more a hotfix and adds a 'Empty'-Validation.