(Oct 25th, 2011, 12:34 PM)Ben Wrote: Hi dmon,
Yeah, I think that that aspect is very poorly documented - my apologies! If it gets entered incorrectly, the $g_api_recaptcha_error variable has a value. Try adding this to your form:
Code:if (!empty($g_api_recaptcha_error))
{
echo "Sorry, you didn't enter the CAPTCHA properly. Please try again!";
}
- Ben
Thanks Ben!! That was easy.
Thanks Ben!!!!!