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.
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:
- hidden link
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.