Skip to content

Commit 3f2d954

Browse files
author
davydovct
committed
skip fields webform checking
1 parent 58cd042 commit 3f2d954

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cleantalk.antispam/include.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,9 @@ function OnBeforeResultAddHandler($WEB_FORM_ID, &$arFields, &$arrVALUES)
570570
'formresult',
571571
'sessid',
572572
'captcha_',
573-
'web_form_submit'
573+
'web_form_submit',
574+
'AJAX_CALL',
575+
'bxajaxid',
574576
);
575577

576578
foreach ($arrVALUES as $key => $value){

0 commit comments

Comments
 (0)