Skip to content

gogotutorialdev/codeigniter-google-recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeigniter-google-recaptcha

demo google recaptcha on codeigniter form

How to install

open config file recaptcha.php in application/config/recaptcha.php , and change site_key and secret with your key


$config['recaptcha_sitekey'] = 'YOUR_RECAPTCHA_SITE_KEY'; //ganti dengan site key yang didapat saat mendaftarkan website pada google recaptcha
$config['recaptcha_secretkey'] = 'YOUR_RECAPTCHA_SECRET_KEY'; //ganti dengan secret key yang didapat saat mendaftarkan website pada google recaptcha
$config['lang'] = "";

About

demo google recaptcha on codeigniter form

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages