Minimising Form Builder form spam (without using captcha)

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Location: Maidenhead, UK
Contact:

Minimising Form Builder form spam (without using captcha)

Post by paulbaker »

Client is getting hit every so often with Form Builder form spam, perhaps a handful a day (and then nothing for a while).

A typical example is attached.

I don't want to use captcha.

There is a very old thread about this but I wondered if anyone had any good ideas on how to minimise form spam?

(When hand coding PHP forms on non-CMSMS sites (what? ;D) I normally just disallow any submissions that include http:// (link) text which works well as most form spam includes a link).
Attachments
Form spam example
Form spam example
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: Minimising Form Builder form spam (without using captcha

Post by Jos »

Since you only have a name, email and message field, you could try Gbook 8)
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Minimising Form Builder form spam (without using captcha

Post by Wishbone »

paulbaker wrote:(When hand coding PHP forms on non-CMSMS sites (what? ;D) I normally just disallow any submissions that include http:// (link) text which works well as most form spam includes a link).
On a similar note, create a field called URL (spam-bots just can't resist :) ) and use jQuery to hide it (if you set it to hidden in CSS, it might be caught... dunno) ... Reject the form if you find anything in the field.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Minimising Form Builder form spam (without using captcha

Post by Wishbone »

A few more details on this technique:

http://forum.cmsmadesimple.org/viewtopi ... ct#p277766
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Location: Maidenhead, UK
Contact:

Re: Minimising Form Builder form spam (without using captcha

Post by paulbaker »

Jos, thanks but looks like Gbook is for displaying entries on the website - not what client needs - they need a form which results in an email to them.

Wishbone, thanks for posting the link to the other thread - I used that technique to add a new URL field and I have hidden it with CSS. FormBuilder rejects any submission where that URL field has anything in it using regex. All set up and working - let's hope it reduces the spam. ;D Thanks again.
staartmees
Power Poster
Power Poster
Posts: 1049
Joined: Wed Mar 19, 2008 4:54 pm

Re: Minimising Form Builder form spam (without using captcha

Post by staartmees »

I use a field that must have an exact value. e.g. write the sum of twelve and two in characters. Only when they write fourteen the form can be send.
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Location: Maidenhead, UK
Contact:

Re: Minimising Form Builder form spam (without using captcha

Post by paulbaker »

paulbaker wrote:let's hope it reduces the spam.
It did.

For the record, I had a site generating 20 Form Builder spam messages per day. I installed this last week and haven't had even 1 spam message through. Perfect.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Minimising Form Builder form spam (without using captcha

Post by velden »

paulbaker wrote:For the record, I had a site generating 20 Form Builder spam messages per day. I installed this last week and haven't had even 1 spam message through. Perfect.
You did test it does send valid forms didn't you >:D
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Location: Maidenhead, UK
Contact:

Re: Minimising Form Builder form spam (without using captcha

Post by paulbaker »

Yes.

;)
Post Reply

Return to “Modules/Add-Ons”