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


  1. Xowi
    Member

    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 #
  2. redityo

    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 #
  3. Xowi
    Member

    I see . . . thank you for the support.

    Posted 14 years ago #

RSS feed for this topic

Reply