success && $recaptcha->action == 'contact' && $recaptcha->score >= 0.3) { $recaptcha_valid = true; } } if (!$recaptcha_valid) { die("You have been detected as a bot and blocked from submitting this form for security reasons, please try again shortly or Contact us if you are still having issues."); } } ?>