Hey guys, I had gone down a road which I am slightly regretting. I have a form on my landing page and I had implemented reCaptcha for it successfully. However, my page load timings were dismal and I wanted to swap it out with Turnstile (Cloudflare) or hCaptcha also partially due to the privacy concerns surrounding Google’s products.
For some reason, each time I tried implementing even after following a really detailed writeup from a fellow member (thank you!), when I publish the site and have it run, both the turnstile widget and the hCaptcha widget appears very briefly before going missing again.
With the turnstile implementation, there were at least some errors that popped up int he console and I figured I must have missed out on some minor detail somewhere. Finally I got the errors cleared, but the widget appears and disappears.
The hCaptcha implementation is way more easier, but that one shows up with no console errors and has the same disappearing effect.
At this point, I have spent days on something as trivial as this. any help is really appreciated. On a side note, how may I retrieve the token on my server (Xano), by using the h-captcha-response
POST parameter submitted from my form? Is there anything I need to do on my frontend?
What is causing this disappearing act of these widgets? What am I doing wrong? Any help is appreciated guys. As trivial as it seems, I can’t have my home page load take up to 6-9 secs and one of the culprit seems to be reCaptcha’s js script.
Thanks in advance guys!