Saltar navegación

[Resuelto] Need Google Recaptcha v3 urgently

This support ticket is created hace 3 años, 4 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Minesh hace 3 años, 4 meses.

Asistido por: Minesh.

Autor
Mensajes
#2249133

Please post the code to manually add Google ReCaptcha v3 to Toolset Forms. I have several sites where a designed has built forms that tightly fit the layout. There is no convenient place to add ReCaptcha v2 as it would break the design of the layout. I have read numerous responses to requests for v3 reCaptcha going on 2 years. Many of those responses refer to hiring a coding expert to add the code manually. In light of the delay in getting this feature added to Toolset Forms, please provide a guide and code so that those who need reCaptcha v3 can continue to use Toolset for their sites.

#2249361

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

The Recaptch v3 is not implemented yet and we do have internal ticket and I'll raise your voice to our internal ticlet.

For now, you can use other plugin that support recaptcha version3 like:
- https://wordpress.org/plugins/advanced-nocaptcha-recaptcha/

It offers shortcode so that you can use the recaptca v3 with third-party forms like Toolset. Once you install and navigate to the following URL:
- enlace oculto

The following instructions are listed:
- If you want to implement noCaptcha in any other custom form
- To show noCaptcha in a form use do_action( 'anr_captcha_form_field' ) OR [anr-captcha]
- To verify use anr_verify_captcha(). It will return true on success otherwise false.