Hi,
Captcha will be displayed and work correctly if you are using standard registration, login, comments form pages. In case of using custom forms and pages, it will be necessary to make changes in them so that captcha could be displayed and work correctly. Please do the following:
1) Install the Google Captcha plugin and activate it.
2) Open the file with the form (where you would like to add google captcha to).
3) Find a place to insert the code for the google captcha output.
4) Insert the necessary lines:
if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ;
If the form is HTML you should insert the line with the PHP tags:
<?php if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ; ?>
If you followed all above mentioned steps but Google Captcha still not working we can help you to configure your Google Captcha in your Custom form, but 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, and we`ll need time to study your form.
Sincerely,
BestWebSoft Support Team