I am using this this Recaptcha approach in my MVC project however it does not validate to Strict 1.0 DOCTYPE.
Can anyone help?
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.
Create your own control. As you can see in the RenderContents method of the RecaptchaControl, it use an iframe. Iframe are not HTML strict compliant, thus you have to use a HTML object tag.