In my SuiteCommerce Advanced webshop, I want to pr...
# ask-stanley-ai
m
In my SuiteCommerce Advanced webshop, I want to protect the register form from spam and bots. Is there something native for this ? Or do I need to add something external like a captcha or reCaptcha ? How can I do that ?
c
AI generated answer (using internal Slack threads):
****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** In SuiteCommerce Advanced, there isn't a native feature to protect the register form from spam and bots. However, you can add an external solution like Google reCAPTCHA. There are third-party solutions available, such as the one from AnchorTech Group, which has been used by some community members. If you're still experiencing bot attacks despite having a reCAPTCHA, you might need to consider additional measures. One approach is to refactor to a custom HTML form with an SSP handler, which allows you to add custom rules to block based on the data they're submitting and identify and log originating IP addresses. Using a CDN like Cloudflare for your website can also help, as you can block or challenge traffic based on origin. Another approach is to create a Suitelet with unique links generated via some salt (encryption) and only usable once. This way, the link you send out cannot be repeatedly used by bots. Remember, these are just suggestions based on previous conversations and may not be the perfect solution for your specific situation. Always consider your unique needs and security requirements when implementing any solution.
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829834104
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82067883
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.798401058
Please provide your feedback on this answer.