Skip Navigation

[Closed] Still Getting Spams

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.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 2 years ago.

Author
Posts
#2500593

CRED forms is still getting spams even with reCaptcha.

Here is the form: hidden link

How to stop it?

#2500705

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00: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.