We have received a number of emails about clients not seeing any result when blocking because their script was waiting for a different response format. That's why we added a custom response option.

How to add custom response

In order to add a custom response when an ajax request from a form is blocked, you need to place an array in the config.php file. 
In this file you must add a variable with the obligatory name $ajax_response – it is important to name it that way. The variable should contain an array converted to JSON when the result is produced.

$ajax_response = array( 'test' => 'custom', 'company' => 'cleantalk');

How to add custom response for ajax

 

Also, check the latest Universal Anti-Spam Plugin 2.6.0 Changelog (Sep 06 2022):

Fix: Fixed the message about the current version of the plugin and the update
Fix: Made the name of the variable more unique
Fix: SFW. SFW nets file clearing during update fixed.
Fix. Code. DS constant defining fixed.
Fix. Autoloader. Prevent to include SPBCT and UNIFORCE classes.
Upd: Visible fields process logic updated.
Mod: Added the ability to change the ajax response when blocked
New: Exclusions. Exclusion by hidden field implemented.
New. Hidden field exclusion.
New. Get latest release method.

Was this information helpful?

It would also be interesting

Copied to clipboard