Sly
I don't break the rules I bend them.
- Oct 28, 2016
- 246
- 38
I keep getting this error on my submit form, been struggling to fix it can't find the error please hel
Notice: Undefined index: recaptcha_challenge_field in /home3/retrorank/public_html/pages/submit.php on line 25
Notice: Undefined index: recaptcha_response_field in /home3/retrorank/public_html/pages/submit.php on line 25
heres my form code
$captcha = recaptcha_check_answer ($settings->private_key, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"
please ask me for further details
Notice: Undefined index: recaptcha_challenge_field in /home3/retrorank/public_html/pages/submit.php on line 25
Notice: Undefined index: recaptcha_response_field in /home3/retrorank/public_html/pages/submit.php on line 25
heres my form code
$captcha = recaptcha_check_answer ($settings->private_key, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"
please ask me for further details