@alexscandler said in reduce spamscore:
Hello people ,
I have a site for my fireplaces store , but i get alot of spammers messages in conact form , how do I can prevent from this spammers sending me messages ?
To prevent spammers from sending messages through your fireplace store's contact form, you can implement several measures. Use CAPTCHA or Google reCAPTCHA to block bots effectively. Employ the honeypot technique by adding hidden fields that only bots fill, filtering them out. Block IP addresses repeatedly sending spam, and ensure robust form validation to reject suspicious entries. If your site runs on a CMS like WordPress, use anti-spam plugins such as Akismet or CleanTalk. Implement rate limiting to control the number of submissions per user in a specific timeframe and consider adding custom questions that only humans can answer. These steps can significantly reduce spam while maintaining user-friendliness.