I have Captcha implemented, but it isn't stopping spam from getting through. Help!

Here is something you can try:

  1. Create a new hidden input element as the first element of your form.

NAME: yourfirstname

VALUE: empty (don't put anything in the value field)

  1. In your form's properties > Advanced tab > More Options > Submit Pieces > Before Submit, add the following code: 
$this->execPieceByName('ff_InitLib');
if( ff_getSubmit('yourfirstname') != '' )
{
     exit;
}

The regular bots will try to fill in this element and before form submit. The code above will exit the application if this element is not empty, which would result in the submission not being stored.

 

Special Offer

Sale! All subscriptions at a special price!

Includes prio support, all of our current and future Joomla!® extensions and Joomla!® templates for the duration of your membership.

Get it from here

3rd Party Discount - 25% Off

We help you to keep your costs under control. If you are a new member and purchased a form building tool from a different form vendor, then you'll get a 25% discount on our subscription plans.

How to receive the discount:

Send us a quick email to sales@crosstec.org with a proof of purchase (for example a paypal receipt), await payment instructions and enjoy your membership!