Navigation überspringen

[Closed] Still Getting Spams

This support ticket is created vor 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.

Dieses Thema enthält 1 reply, hat 2 Stimmen.

Zuletzt aktualisiert von Nigel vor 3 years, 6 months.

Author
Artikel
#2500593

CRED forms is still getting spams even with reCaptcha.

Here is the form: versteckter Link

How to stop it?

#2500705

Nigel
Unterstützer

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: 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.