We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To enable reCAPTCHA, grab a public and private key pair from here and add them to a config file.
$config['recaptcha'] = true; $config['recaptcha_public'] = '<your public key>'; $config['recaptcha_private'] = '<your private Key>';