Google ReCaptcha not working as expectted

Resolve Google reCAPTCHA and calendar field errors in ChronoForms v7.

Overview

The issues are caused by incorrect reCAPTCHA key configuration and a missing JavaScript library for the calendar field.
Ensure your reCAPTCHA keys are correctly entered in the CF settings. For the calendar error, verify that the required JavaScript library is properly loaded or included in your form setup.

oa oase 11 May, 2021
i have additionaly installed chronoforms v7 on a joomla 3.9.26 with installed and working chronoforms v5.
because of php 7.4 issues with cf v5 and a missing v5 to v6 to v7 converter i have to create all forms in v7.
so far so good but after i have created the first form i get the following 3 errors:
  1. using google recaptcha v3 will show the info image on the right bottom corner but after submiting the form the "reCaptcha Error message" is shown but the email with the form data is send to defined mail address?
  2. using google recaptcha v2 throw the following errors on web developer console.
    if i call the url in an external browser window without ?render... i get no error?
GET https://www.google.com/recaptcha/api.js?render= [HTTP/2 400 Bad Request 181ms]
The resource of "https://www.google.com/recaptcha/api.js?render=GOOGLERECAPTCHAPUBLICKEY" was blocked due to a MIME type conflict ("text / html") (X-Content-Type-Options: nosniff).GOOGLERECAPTCHAPUBLICKEY.
  1. i have also a calender form field but if i show the form the following error is shown:
Uncaught ReferenceError: moment is not defined (https://DOMAINNAME/libraries/cegcore2/assets/js/g2.boot.js:107:11)

i hope you could help me because recaptcha and calendar are essential and necessary elements of the form.
This topic is locked and no more replies can be posted.