Closed ds2k5 closed 4 years ago
Hello, thanks for your ticket. Your configuration is completely wrong. First you write that you are using form and then you use a configuration for formhandler. In TypoScript you write tx_jmrecaptcha, my extension is called tx_jhcaptcha. Additionally, "Oops, an error occurred!" doesn't say anything. You have to activate the error output to get a meaningful output.
Thank you.
My solution is now this:
on the Contact Site Template:
Constant:
`plugin.tx_jhcaptcha.settings.reCaptcha { v2 { siteKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx secretKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx } v3 { siteKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx secretKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx } }
validators.1.config.fieldConf { jh_captcha_recaptcha.errorCheck { 1 = required 2 = \Haffner\JhCaptcha\Validation\ErrorCheck\ReCaptcha } } plugin.tx_jhcaptcha.settings.reCaptcha.version = 2 plugin.tx_jhcaptcha.settings.powermail.recaptchaId = 0`
Setup:
`
Describe the bug did not work for me with: Typo3 9.5.11 and Bootstrap Package https://extensions.typo3.org/extension/bootstrap_package/
To Reproduce Steps to reproduce the behavior:
Mastertemplate
https://www.bilder-upload.eu/bild-b3d3c9-1574685814.png.html
Template from ContactForm
https://www.bilder-upload.eu/bild-6aeed9-1574691079.png.html
https://www.bilder-upload.eu/bild-a6f831-1574685684.png.html
https://www.bilder-upload.eu/bild-5f0f94-1574685864.png.html
Oops, an error occurred! Code: 201911251334528cc9d495
If I remove reCaptcha from Contact Form, the Contact Form works fine.
Expected behavior A clear and concise description of what you expected to happen.
Affected versions
Additional context Add any other context about the problem here.