Closed gregorytoscano closed 6 years ago
Add following code in your theme functions.php
add_filter('cfdb7_before_save_data', 'remove_captcha_cfdb7');
function remove_captcha_cfdb7( $form_data ){
unset($form_data['G-recaptcha-response']);
return $form_data;
}
Is there anyway to not record the re-captcha response? Above is the image of my CSV
This is the Captcha we are using: