Hi, I am trying to configure the "Cloudflare Turnstile ReCaptcha Plugin" on my Osclass site using the Zara theme.
Here is the issue I am facing:
In contact.php (Working):
When I insert <?php osc_run_hook('cloudflare_recaptcha'); ?> inside the <form> tag, the Turnstile widget renders and works correctly.
In item-contact.php (Not working):
When I place the exact same code <?php osc_run_hook('cloudflare_recaptcha'); ?> inside the <form> tag, the widget does not show up and is not triggered at all.
Does anyone know how to get the Turnstile widget working properly in item-contact.php for the Zara theme? Am I missing a specific hook, script initialization, or form check?
What hooks are needed for the "Cloudflare Turnstile reCAPTCHA" plugin?
Thanks in advance for any help!