Hi,
We have received your query and it is now being processed. We will get back to you on this forum as soon as we can.
Regards,
BestWebSoft Support Team
Hi,
Please provide a link to the page where the problem occurs, so we could help you to solve it.
Sincerely,
BestWebSoft Support Team
Hi,
We’ve followed your link and we saw that there are script errors on your site. Perhaps they are the cause of the incorrect captcha work.
We can help you to configure your Google Captcha custom form, however it’s a paid service, since there are a lot of different custom forms and the code should be inserted individually into each of them, so we need time to study your form.
Sincerely,
BestWebSoft Support Team.
Hi,
The Google Captcha does not work in my register and login template page. Works only in wp-admin. please help me. How to integrate Google Captcha in template page.
Thanks
Hi anmol275,
If you would like to add the Google Captcha to your own form, just copy
and paste this shortcode to your post or page: [bws_google_captcha]
Follow the next steps in order to add Google Captcha (reCaptcha) to a custom form on your WordPress website:
1) Install the Google Captcha plugin and activate it.
2) Open the file (PHP or HTML) with the form (where you would like to add Google Captcha to).
3) Insert the following lines to display the Google Captcha.
For PHP form:
if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ;
For HTML form:
<?php if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ; ?>
Sincerely,
BestWebSoft Support Team
Hi,
We’re glad that everything is fine now. Feel free to contact our support team with any questions in future.
Sincerely,
BestWebSoft Support Team