*

ebr15

  • **
  • 10 posts
Hi everyone,

I am currently configuring the "Cloudflare Turnstile reCaptcha Plugin" on my Osclass 8.3 website.

The plugin works perfectly on the registration page and for new user creation. However, the Turnstile checkbox does not show up at all on the Contact Form (contact.php) and the Item Contact Form (item-contact.php / sidebar).

I am using the Zara theme. Do I need to manually insert a specific hook or helper code into this theme's template files to make the plugin render correctly on these forms?

If so, could anyone guide me on which files to edit and what code to add?

Thanks in advance for your help!

*

MB Themes

Compare your theme with Sigma and make sure you have all required hooks in place (in theme files).
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ebr15

  • **
  • 10 posts
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!

*

MB Themes

Compare your theme with Sigma and make sure you have all required hooks in place (in theme files).
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots