Recaptcha not working(all settings are set)
-
Hello i’ve installed recaptcha successfully on a multisite, added the site key and secret key on the settings and added this code to the custom form:
<?php if( function_exists( 'gglcptch_display' ) ) { echo gglcptch_display(); } ; ?>
but it’s not working. i checked the console log on chrome and it gave the error:Failed to load resource: the server responded with a status of 500 (Internal Server Error
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Recaptcha not working(all settings are set)’ is closed to new replies.