Im using recaptcha but when the user type incorrect captcha i have an errror called: “Uncaught SyntaxError: Unexpected token .” whats the problem on it?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It means that some code is only loaded and executed when the user entered an incorrect answer, and that there’s a syntax error in this code. Read the error message, it should tell you whereabouts the problem is (file and line number).