'; return $content . $captcha_html; } add_filter('pdb-signup-form', 'add_captcha_to_pdb_form'); function validate_pdb_captcha($submitted_values) { $captcha = $_POST['g-recaptcha-response']; $secretKey = "6LdOhjIrAAAAALAzn1uZzQf4_SFGP63Q0ieopqEZ"; $response = file_get_contents("https://www.google.com/recaptcha/api/siteverify?secret=$secretKey&response=$captcha"); $responseKeys = json_decode($response, true); if (!$responseKeys["success"]) { die("CAPTCHA validation failed. Please try again."); } } add_action('pdb-before_validate_signup', 'validate_pdb_captcha'); */ function generate_math_captcha() { $num1 = rand(1, 10); $num2 = rand(1, 10); $sum = $num1 + $num2; $_SESSION['math_captcha_answer'] = $sum; return "$num1 + $num2 = ?"; } Sign Up | BHRN

Sign Up

Thank you for your interest in joining BHRN.

The annual fee is $150.

Please make your cheque to the address below, indicating your name and organization.

Cheques payable to:
Brant Human Resources Network
30 Craig Street
Brantford, Ontario
N3R 7J1


Prefer e-Transfer? No problem!

Send your payment to branthrnetwork@outlook.com and include your company name in the message.

Quick, secure, and no extra fees!