I get a lot of spam from the contact form. I have added reCaptcha V3. How could I protect the form more?
Thank you
B
A lot of Spam through the email form with reCaptcha V3
4 replies · opened Mar 3, 2025
Hello,
Apologies for the Inconveniences caused!
Currently, as you have mentioned, if reCaptcha v3 configured for this Website, it should do the trick. However, since you are still receiving SPAM even after setting up reCaptcha, you can consider configuring hCaptcha (already included).
However, even if after setting up reCaptcha/hCaptcha, if the SPAM Emails that are coming through are persistent, then they are not really Bot SPAMs but can be Human SPAM which can’t be prevented directly. So, you can setup filtered words and allowed URL numbers inside the include/form.php File. Simply find the $spam_keywords and setup your keywords depending on the content you are receiving everyday and also now you can setup $allowed_urls to check and the limit the number of URLs received in the messages.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
I've tried it so I'll see if it helps .. thank you
I wanted to ask one more thing in the form.
I have the possibility of sending multiple files and so it can take a while to send and I would like to add to the form-process and spinner an explicit text that the sending is being processed or something like that.
I tried something like this but it's semi-transparent and hard to see
<div class="form-process">
<div class="css3-spinner">
<div class="css3-spinner-scaler"></div>
<br><h3 class="text-dark">Processing...</h3>
</div>
</div>
how could I add a line of text like that? and maybe change bg color
Thank you
Brano
Hello,
Consider using this code:
[ch_pre]
Processing...
[/ch_pre]
This should work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
super .. works :) .. Thank you
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard