Saltar navegación

[Cerrado] Still Getting Spams

This support ticket is created 3 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Nigel 3 years, 6 months ago.

Autor
Mensajes
#2500593

CRED forms is still getting spams even with reCaptcha.

Here is the form: enlace oculto

How to stop it?

#2500705

Nigel
Colaborador

Idiomas: Inglés (English ) Español (Español )

Zona horaria: Europe/London (GMT+01:00)

You could try adding a honeypot field to your form, which is a form input for some disposable field that you hide with CSS so that your users do not complete it, but which spam bots would provide a value for.

You can then either use some JavaScript linked to the submit event that checks if there is a value for the input (in which case it is spam) and reject it, or you could do something similar server-side using the Forms API (e.g. the validation hook https://toolset.com/documentation/programmer-reference/cred-api/#cred_form_validate).

El debate ‘[Cerrado] Still Getting Spams’ está cerrado y no admite más respuestas.