We are getting spam entries with vulgar words, How we can know/identify that the entries are submitted by bot or human being. Form is having google v2 captcha
Manually check the data added
There are several ways. I would have added below ones if I wanted to fix this for my website.
navigator.webdriver
if its true then its a selenium script.user-agent
of the request and blocking any invalid or outdated user-agent
s.These steps won't solve 100% of the problem, but it will reduce the fake entries by some extent.