I have spammers filling a form in my site always using the same name: “123456”
I am using PHP Feedback Form with Spam trap set. I believe they are hand filling the form, but why will they use the same name?
Is there any way to say if field Name=123456 do not send form?
Just in case is in “olympiawindows dot com” home page.
The Validate suite of actions can be used to set content type on various fields ie on a phone number field you could set it to number only entry with a min and max character count.
But with a hand filled form it wont take them long to figure that out.
If you haven’t done so already have the Action gather the user’s IP address and see if these are all coming from the same address or range of addresses. If they are then you can use an htaccess file (either directly or via your host’s control panel) to limit their access to the page (or entire site).
Regards,
Tim.
On 13 Apr 2011, at 02:02, kitesurfer3 wrote:
I have spammers filling a form in my site always using the same name: “123456”
I am using PHP Feedback Form with Spam trap set. I believe they are hand filling the form, but why will they use the same name?
Is there any way to say if field Name=123456 do not send form?
Just in case is in “olympiawindows dot com” home page.