My site was is attacked by spam through ContactUS form and subscribtion form

1 year ago
I don´t think so, i use default  https://eqterm.pt/contactus
1 year ago
Setup / enable Captcha.
The settings are on the General Setting page.
https://admin-demo.nopcommerce.com/Admin/Setting/GeneralCommon
1 year ago
Just ad new field in the contact form. Best option will be Country field.  
I was facing too much problem with spam "new account" registration. Tried google CAPTCHA, blocked thousands of  IP, Block countries  but didn't work out.

After adding the country field in the registration form problem has been solved.
1 year ago
manwarhossen wrote:
...After adding the country field in the registration form problem has been solved.

Please elaborate.  How does adding the Country field "block"?  (Is it because it's a required field?  I suspect the spammers will eventually populate it ;)
9 months ago
New York wrote:
...After adding the country field in the registration form problem has been solved.
Please elaborate.  How does adding the Country field "block"?  (Is it because it's a required field?  I suspect the spammers will eventually populate it ;)


Sorry for late reply. Sorry, I didn't received any notification.
please go : Admin/Setting/Customer Setting
in the Customer form fields please enable as bellows:
'Country' enabled
'Country' required


I had too much issues with spam registrations. Fortunately after adding the country field enable & required problem solved permanently.
6 months ago
Try this plugin
https://www.foxnetsoft.com/nopantibot
1 month ago
Today we have successfully addressed the challenges associated with reCaptcha for our Contact Us and Registration forms. Our approach involved the utilization of stored procedures to scrutinize and eliminate any records suspected of being inauthentic.

For the Contact Us form, this method has proven effective in identifying and removing questionable entries directly through database operations. Similarly, the registration process has been fortified by imposing strict validations on required fields, thereby preventing the dispatch of emails from unauthorized sources.

These measures have significantly enhanced the security and integrity of our user interactions, ensuring that only legitimate requests and registrations are processed. I believe this development will contribute positively to our operational efficiency and user experience.

Should you have any questions or require further details on the implemented solution, please feel free to reach out.

Best regards,
Dario
1 month ago
Pleas share with community what you did and if possible you can share the stored procedures as well.
I am still using stored procedures for my store.

Thanks,
Sateesh M
1 month ago
FYI... In the past, I mentioned how I used a Trigger to deal with spam contacts.