SPAM getting through reCAPTCHA, any suggestions?
Announcement
Collapse
No announcement yet.
Product Reviews by Tess - SPAM getting through reCAPTCHA
Collapse
X
-
You can turn off google recaptcha and set up a Pre-Submission Logic Template and the "Are You Human?" math challenge/honeypot similar to what is used on the CTUS/CTFM contact form.
The biggest difference is you wouldn't use the code on CTFM that actually sends an email.
You would use the Pre-Submission Logic Template as front end validation on the math challenge and honeypot.
You can also add logic to create error classes for css such as .has-error to highlight any fields that did not pass validation.
It has been working really well on our site and a client's site.Last edited by SidFeyDesigns; 05-30-23, 08:07 AM.Nick Harkins
www.loveisarose.com
-
Originally posted by SidFeyDesigns View PostYou can turn off google recaptcha and set up a Pre-Submission Logic Template and the "Are You Human?" math challenge/honeypot similar to what is used on the CTUS/CTFM concact form.
The biggest difference is you wouldn't use the code on CTFM that actually sends an email.
You would use the Pre-Submission Logic Template as front end validation on the math challenge and honeypot.
You can also add logic to create error classes for css such as .has-error to highlight any fields that did not pass validation.
It has been working really well on our site and a client's site.Thank you, Bill Davis
- 1 like
Comment
-
Originally posted by SidFeyDesigns View PostYou can turn off google recaptcha and set up a Pre-Submission Logic Template and the "Are You Human?" math challenge/honeypot similar to what is used on the CTUS/CTFM contact form.
The biggest difference is you wouldn't use the code on CTFM that actually sends an email.
You would use the Pre-Submission Logic Template as front end validation on the math challenge and honeypot.
You can also add logic to create error classes for css such as .has-error to highlight any fields that did not pass validation.
It has been working really well on our site and a client's site.Thank you, Bill Davis
Comment
Comment