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,
Thank you for contacting us.
Contact Form 7 is a custom form. 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:
if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ;
For HTML:
<?php if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ; ?>
If you have followed all steps, but the problem remains, we can help you to configure your Google Captcha custom form. This will be 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 certain amount if time time to study each unique case.
We are looking forward for your reply.
Sincerely,
BestWebSoft Support Team
Thanks, but it did not work.
I using other plugin that work, yours used to work, what happened that it stop working?
Hi,
We cannot answer, since we do not know what code and where exactly you have added it into the CF7 plugin.
Unfortunately, we are not responsible for how our plugin works with custom forms.
Sincerely,
BestWebSoft Support Team
I using the shortcode you giving, the [bws_google_captcha] shortcode
Hi,
Did you find the solution? Do you still need our help? If you have any questions, please specify them as detailed as possible.
We are looking forward for your reply.
Sincerely,
BestWebSoft Support Team
You can close this, I think I used something else, the contact form 7 plugin had big update so it maybe mess the plugin.