Am getting hammered by a client because of the spambot form entries from front page form....How do I top these?
Hello, Use google captcha in your front page form to avoid spam, following link will help you to use google captcha. http://www.inkthemes.com/community/...ha-to-traffica-contact-page.13297/#post-49171 Thanks & Regards Yogesh Bhade
Can you give the specifics of exactly where the code that you mentioned goes in the template-contact.php file?
Hello, See screenshot and you will find where the code you have to write. That will resolve your issue. Thanks & Regards Yogesh Bhade
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?
Guess I spoke too soon....the instructions I found were for Traffica theme...I still need readable copy for Local Business theme...thanks.
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