This is a forked version that's been modified to support environment variables for Google reCAPTCHA's Site Key and Secret Key.
- Changes field type from
textField
toautosuggestField
- Adds
suggestEnvVars: true
to field config
- Wraps
$this->siteKey
and$this->secretKey
values in theCraft::parseEnv()
function
- Add the upstream repo to your remotes with
git remote add upstream https://github.com/barrelstrength/craft-sprout-forms-google-recaptcha.git
git pull upstream <branch_name>