This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
v2 captcha option
Started 14 years ago by Xowi | 3 posts |
-
I was browsing the new features and noticed version 2 offers a different captcha security over the reCaptcha, how do you enable this?
Posted 14 years ago # -
If you have update your machform into version 2, you can activate re-captcha feature by editing the config.php file and search for these code :
/** CAPTCHA settings **/ /** To use reCAPTCHA you must get an API key from http://recaptcha.net/api/getkey **/ define('RECAPTCHA_PUBLIC_KEY',''); define('RECAPTCHA_PRIVATE_KEY',''); /** Set below to 'true' if you prefer to use the internal CAPTCHA implementation instead of reCAPTCHA **/ /** GD extension must be enabled in order to use this option **/ define('USE_INTERNAL_CAPTCHA',false);
Then simply put your recaptcha keys and set "USE_INTERNAL_CAPTCHA" to "true"
MachForm Support
Posted 14 years ago # -
I see . . . thank you for the support.
Posted 14 years ago #
Reply
You must log in to post.