dotcomboy's Avatar
dotcomboy 4
26 Asked
22 Answered
3 Best
0
No one has voted on this question yet :(
2 years, 4 months ago

How do I verify a captcha with Recaptcha using PHP, such that my form redisplays with all information intact if the captcha is incorrect.

I'm looking for a working code example that I can essentially cut and paste into my project.
Tip for best answer: M$0.25
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

What is Your Answer?

0
0
0

2 Answers

0
abe's Avatar
abe | 2 years, 4 months ago
4
You could just store the data in session variables.

This code is just an example (and not safe or copy pastable), but would need to be added on form submit:
if ($resp->is_valid) {
CONTINUE }
else {
$_SESSION'NAME' = $_GET'name';
$_SESSION'EMAIL' = $_GET'email';
ETC
session_write_close();
header("location: ../form.php");
exit();
}

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
-1
goodlike's Avatar
goodlike | 1 year, 11 months ago
3
You can also use a php form software which already consists captcha

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel

Learn something new with our FREE educational apps!

Private lessons in the comfort of your own home. Get back in shape or finally pick up a guitar with our great experts guiding you the whole way!
Learn Guitar
Learn Hip Hop
Learn Pilates