Passer la navigation

[Closed] Still Getting Spams

This support ticket is created Il y a 3 years, 6 months. 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.

Ce sujet contient 1 reply, a 2 voix.

Dernière mise à jour par Nigel Il y a 3 years, 6 months.

Auteur
Publications
#2500593

CRED forms is still getting spams even with reCaptcha.

Here is the form: lien caché

How to stop it?

#2500705

Nigel
Supporter

Les langues: Anglais (English ) Espagnol (Español )

Fuseau horaire: 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).

The topic ‘[Closed] Still Getting Spams’ is closed to new replies.