Hey,
I'm trying to install reCAPTCHA and utilize the API with my forms, but where do I place the keys? The docs say in api.php "at the very top," but I see no variables already listed for them.
Am I supposed to define the variables as such, underneath the "$g_api_version" and "$g_api_recaptcha_error" variables?
I'm trying to install reCAPTCHA and utilize the API with my forms, but where do I place the keys? The docs say in api.php "at the very top," but I see no variables already listed for them.
Am I supposed to define the variables as such, underneath the "$g_api_version" and "$g_api_recaptcha_error" variables?
PHP Code:
<?php
$g_api_recaptcha_private_key = "6LcFewUAAAAAABZ2p9N9miHezsofyEPk6gGTrauq";
$g_api_recaptcha_public_key = "6LcFewUAAAAAAGqWqcCC7gsPz_DKJVuqbcF7hmuH";
I'm trying to get this to work, but i've spent hours trying to figure all of this out. Sometimes PHP is tricky.
Slowly but surely..
