Skip to content

Commit bfb5f2c

Browse files
committed
Fix. Integrations. Fixed forminator nickname gathering.
1 parent f43f208 commit bfb5f2c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

inc/cleantalk-pluggable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ function apbct_is_skip_request($ajax = false, $ajax_message_obj = array())
692692
'wpforms_restricted_email', //WPForm validate
693693
'fluentcrm_unsubscribe_ajax', //FluentCRM unsubscribe
694694
'forminator_submit_form_custom', //Forminator has direct integration
695+
'forminator_submit_form_custom-forms', //Forminator has direct integration
695696
'wcf_woocommerce_login', //WooCommerce CartFlows login
696697
'nasa_process_login', //Nasa login
697698
'leaky_paywall_validate_registration', //Leaky Paywall validation request

lib/Cleantalk/Antispam/Integrations/Forminator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function getDataForChecking($argument)
2525
$tmp_data = ct_gfa(apply_filters('apbct__filter_post', $data));
2626

2727
if ($username !== '') {
28-
$tmp_data['username'] = $username;
28+
$tmp_data['nickname'] = $username;
2929
}
3030

3131
if ($email !== '') {

0 commit comments

Comments
 (0)