I have a part solution for Umbraco 7 Forms.
If you have a Message field and the spam you get are spam with links in them you can go into the field validation:
And add the following regular expression:
^((?!href).)*$
It actually is a "Does not contain" expression for href.
Does Recaptcha still work on your outdated version of Umbraco Forms? You should update Umbraco to version 7.15.3 and Umbraco Forms to 7.1.1. Since v7.0.1 there is support for Recaptcha V2.
Umbraco Forms spam
We're using Umbraco forms 6.0.2 on Umbraco 7.6.3
Our forms are using the Google recaptcha but we have recently started getting loads of spam on the forms
Does anyone have any suggestions for blocking the spam please? Has anyone had experience with recaptcha 3 on Umbraco Forms?
Hi Alicia,
Google Recaptcha 3 works fine and below is the package that we built for v8 using Recaptcha v3 for Umbraco Forms.
https://our.umbraco.com/packages/website-utilities/recaptcha-v3-for-umbraco-forms/
Cheers, Shaishav
Your plugin looks amazing - shame we're still on V7 :(
I have a part solution for Umbraco 7 Forms. If you have a Message field and the spam you get are spam with links in them you can go into the field validation:
And add the following regular expression: ^((?!href).)*$
It actually is a "Does not contain" expression for href.
I have tested this and it appears to be working.
Does Recaptcha still work on your outdated version of Umbraco Forms? You should update Umbraco to version 7.15.3 and Umbraco Forms to 7.1.1. Since v7.0.1 there is support for Recaptcha V2.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.