Hi, I have two questions about turnstile and I hope somebody can bring me a solution.
1- I have forms made to load as popup on the product page when customer clicks on the button of the form of my store and they are protected by Turnstile. The thing is that every time some customer visits the product page turnstile captcha requests are being loaded for those forms. This is causing that in my cloudflare → turnstile account I see a lot of requests with the action called as the forms every time a user visits the product page without clicking the form button. You could actually say that it is scanning every user regardless of whether they open the form to enter the data or not. How could I make it so that for these forms turnstile is executed after opening the popup that contains them?
2- In the google chrome console I get the message that it is being preloaded in a wrong way. Specifically I get this:
“The resource https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/cmg/1/wh0E0SXYnx6pTBdJW/l926I+PRUplRdtQz3K9lHXs/s= was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriate as
value and it is preloaded intentionally.”
Another error that i can see in the console is “GET https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/pat/8155d9cd6cea6675/1697181950035/1872d0d435d7bab3fdf7ed85734faf91dd97dfcbe5a612466ebb60ae7bee04be/1eOEyXJSst_oVJd 401 (Unauthorized)” when is loading turnstile on product page popup forms.
I hope someone can provide a solution to these two questions because I am going crazy looking for the solution to this.