ReCaptcha Is Not Showing (CF v7)

ReCaptcha not displaying on the frontend in ChronoForms.

Overview

The issue is caused by a JavaScript error from a conflicting script, specifically an "Uncaught TypeError" related to FancyMaxiMenu, which prevents other scripts like ReCaptcha from loading.
Resolve the JavaScript conflict by disabling or fixing the FancyMaxiMenu script, allowing the ReCaptcha to load and display correctly.

Answered
ChronoForms v7
Li LikeStuff 08 Dec, 2020
I can see the recaptcha when I preview the form in the backend, but I don't see it in the frontend.

What could the issue be please?

Thanks!
Li LikeStuff 08 Dec, 2020
I see the Error below in the console. Don't know what it means or that is what is causing the issue 😟

Uncaught TypeError: jQuery(...).FancyMaxiMenu is not a function
<anonymous> https://www.mydomain.ca/index.php?option=com_chronoforms7&chronoform=contact-form&gpage=end_page:392
jQuery 2
dispatch
handle

Gr GreyHead 10 Dec, 2020
Answer
Hi LikeStuff,

It looks as though the error with FancyMaxiMenu is preventing JavaScript from running correctly.

Bob
Post a Reply