This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Getting the old internal reCAPTCHA back in 3.2
Started 12 years ago by mary-lewis | 2 posts |
-
I want to use the old reCAPTCHA from the internal like I had before I upgraded my forms. I got many compliments on how easy they were to read unlike the new one. I looked in the config and I don't see anywhere I can get that back?
Posted 12 years ago # -
I think you're confusing the Captcha options available. Eventually V 2.x had internal Captcha and Recaptcha as options.
ReCaptcha at times is by no means easy to decipher the words to enter and requires the (free) keys you get from www.recaptcha.com (or from Google) to make it work
/** reCAPTCHA settings **/
/** Below is a global key. If you prefer to use your own reCAPTCHA key, get an API key from https://www.google.com/recaptcha/admin/create **/
define('RECAPTCHA_PUBLIC_KEY','your-key-here');
define('RECAPTCHA_PRIVATE_KEY','your-key-here');
define('RECAPTCHA_THEME','clean'); //available themes: red, white, blackglass, clean
define('RECAPTCHA_LANGUAGE','en'); //available languages: en, nl, fr, de, pt, ru, es, tr
If you're talking about the internal captcha like this, as this is the fairly simple one to decipher and sounds much more like the one your users have complimented you on using, but it is not actually the ReCaptcha one.
MF 3.2 offers three captcha choices,
(1) Easy one (just a text question/answer like "What colour is the sky?").
(2) Medium is a image with basic 'distortion' that is fairly easy to read
(3) Recaptcha - this is the most difficult.
These options are set within the Form property options under "Protection and Limit" section.
Posted 12 years ago #
Reply
You must log in to post.