Submission spam - Post ID 287699

User 2852878 Photo


Registered User
53 posts

There's a recently recurring issue of spam bots or something filling out a form on my website and it's pretty much spam content as it's nothing but random characters and a link to a website that's in Japanese when the text field has nothing to do with entering a website. I'm wondering what can be done to correct this or prevent it?
User 187934 Photo


Senior Advisor
20,181 posts

Hi Jonathan,
Here's one way.
http://www.coffeecup.com/help/articles/ … s-captcha/
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2852878 Photo


Registered User
53 posts

Doi why didn't I think of that! :D thanks! :D
User 2004045 Photo


Registered User
16 posts

Hi
I have been Erics suggested method successfully for a long time in my forms to stop spam - but recently I am getting spam via one in particular.
I downloaded the latest version and re published/uploaded, but the issue persists.
It seems spam bots can now do maths?

Is there another way, other than google captcha to stop spam via our forms?
Many thanks for any insights!
User 187934 Photo


Senior Advisor
20,181 posts

Try changing the math. Is it coming from the same ip address?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2004045 Photo


Registered User
16 posts

Hi Eric
Many thanks for your reply and suggestion.
I changed the math and they are coming from different ip's.
I could block the ip's via .htaccess I guess.





User 187934 Photo


Senior Advisor
20,181 posts

Try a word match question.
What color is the sky?
/^Blue$/
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2004045 Photo


Registered User
16 posts

Many thanks for the suggestion Eric.
I have made the change, so will wait and see if it is effective.
Thanks again!
User 122279 Photo


Senior Advisor
14,447 posts
Online Now

Eric, what if someone writes 'blue' as the answer? How do you allow both upper and lower case? Can they be just comma separated?
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 187934 Photo


Senior Advisor
20,181 posts

I would use this to match Blue or blue
/^.*\b(Blue|blue)\b.*$/
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.