Hi,
We have Chronoforms V3.2 on a Joomla 1.5.23 website.
We are receiving lots of spam messages on the form, it look like they are coming from bots. We are using Chronoforms captcha, but they seem to be bypassing the captcha check.
Any ideas how to stop the spam?
Hi rlab,
The ChronoForms ImageVerification is a serverside check and isn't easily by-passed by bots. You could try some other check in the serverside validation.
Or another approach is to apply some kind of black list filter on IP addresses or emails if there is any consistent pattern.
Bob
Hi RoJa,
In CFv4 there is an Auto Server-side Validation action. This just repeats the basic validation but does it after the form is submitted. Drag this action into the On Submit event near the beginning and then drag an Event Loop action into the pink On Fail box. Open the configuration and add the input names in the variosn validation boxes.
If you need a more customised validation, e.g. to check some database entries, then use the Custom ServerSide Validation action.
Bob
Check, please, is there everything right ?
I put Auto Server Side Validation between the Captcha and Upload Files block, is that right ?
[attachment=1]auto_server_validation_01.jpg[/attachment]
[attachment=0]auto_server_validation_02.jpg[/attachment]
Hi RoJa,
That looks OK to me. Does it work?
Bob