We are getting a lot of spam messages being filled out from our software website, even after having captcha code, we are getting tons of spam messages a day, is there a way to stop this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hey 👋,
One thing you could try is using more advanced captcha solutions like reCAPTCHA v3 from Google. Unlike the traditional challenge-response captcha, reCAPTCHA v3 works in the background and assigns a “spam score” to interactions, which helps filter out spammy submissions without disrupting real users:
You could also consider hCaptcha, which works similarly and is privacy-focused. Both options offer more layers of protection against bots:
To help you better, could you let me know which CMS or framework your website is built on? This way, I can suggest specific plugins or integrations that would be best suited for your setup.
- Bobby