How do I add Captcha to Traffica Contact Page

Discussion in 'Traffica WordPress Theme' started by rogerschnur, Aug 12, 2014.

  1. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    My client is getting a lot of unsolicited email and we really need to put a stop to it.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You can use this plugin in your website.
    http://wordpress.org/plugins/google-captcha/installation/


    Follow steps:
    -Download google captcha plugin from wordpress.org
    -Install this plugin and activate
    -Go for the setting of this plugin
    -Generate private and public key using google by clicking on link
    -Fill private and public key in captcha settings.
    -Get your short code
    -Go to the (Appearance ->Editor ->template-contact.php )
    -Paste like this short code which you will get from captcha setting page
    Code:
    echo do_shortcode('[bws_google_captcha]')
    -update file

    Thanks & Regards
    Pramod Patel
     

    Attached Files:

  3. tomvaughan64

    tomvaughan64 New Member

    Joined:
    Mar 16, 2012
    Messages:
    18
    Likes Received:
    0
    I followed all these steps and it didn't work. I'm still being bombarded with spam.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please use another plugins available in wordpress.org to control spam.

    Thanks & Regards
    Pramod Patel
     

Share This Page