Spam Emails from frontpage form

Discussion in 'Local Business WordPress Theme' started by infolosophy, Aug 20, 2014.

  1. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Am getting hammered by a client because of the spambot form entries from front page form....How do I top these?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
  3. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Can you give the specifics of exactly where the code that you mentioned goes in the template-contact.php file?
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    See screenshot and you will find where the code you have to write.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

  5. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Anything (including Photoshop) that I try to do to get these to a readable size makes them even more unreadable. Could you please send in a readable size?
     
  6. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Found larger copy on another thread...thanks.
     
  7. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    Guess I spoke too soon....the instructions I found were for Traffica theme...I still need readable copy for Local Business theme...thanks.
     
  8. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Here is the screenshot with readable size.
    Add following code in template-contact.php file as shown in screenshot.
    Code:
    <?php echo do_shortcode('[bws_google_captcha]');  ?>
    And do following step for activate google captcha.
    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
    echo do_shortcode('[bws_google_captcha]')
    -update file
    If this plugin do not resolve your issues try other anti spam plugins.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  9. infolosophy

    infolosophy Member

    Joined:
    Dec 28, 2011
    Messages:
    45
    Likes Received:
    0
    There is no screenshot attached....
     
  10. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Sorry for that.
    Here is the screenshot.


    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

Share This Page