Spam via Contact Forms

Issues related to forms.
Post Reply
44MLB
 
 
Posts: 144
Joined: Sun May 27, 2018 11:55 am

Spam via Contact Forms

Post by 44MLB »

We are getting a lot of spam even through our contact form is protected with recaptcha v3. So people are putting the details in by hand. Is there anyway of blocking e-mail addresses or IP addresses via a website form?
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Spam via Contact Forms

Post by Pablo »

You cannot block email addresses, but you can prevent URLs from being posted.
Also, you can enable 'server sided validation' for extra input validation (if you use form validation).
User avatar
bigdaddyk
 
 
Posts: 4
Joined: Sun Sep 03, 2017 3:16 am

Re: Spam via Contact Forms

Post by bigdaddyk »

For whats its worth, I've had a lot of spam bots get passed all the different versions of Google ReCaptcha tools provided by WWB.

I went back to using the old "Random Question Captcha" Extension. Most of the Spam has ceased. I may try out the server side validation now that I see its an option.

Keep up the good work Pablo!
Big Daddy K
44MLB
 
 
Posts: 144
Joined: Sun May 27, 2018 11:55 am

Re: Spam via Contact Forms

Post by 44MLB »

Hi Pablo,
Is ticking the box all I need to do to enable 'server sided validation'?
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Spam via Contact Forms

Post by Pablo »

First you will need to setup standard (JavaScript) validation.
Then as an extra step you can also enable server sided validation.
It uses the same checks as on the client (browser) side. So, all input is checked twice, just in case the spammer has disabled JavaScript.
44MLB
 
 
Posts: 144
Joined: Sun May 27, 2018 11:55 am

Re: Spam via Contact Forms

Post by 44MLB »

Many thanks for the help.
Post Reply