Thanks Charles,
As per the W3C validator, i fixed a almost all possible errors, Now it
looks like working perfect. Hope it continues. But 1 thing is we
cannot rely completely on the w3c validator. Now also its showing 8
errors, which i cannot do anything. the code is generated by the web
builder software and i cannot edit. even in the Recaptcha html script,
it is showing 2 errors.
I have inserted the php script
<?php
require_once('recaptchalib.php');
$publickey = "My public key"; // you got this from the signup page
echo recaptcha_get_html($publickey);
?>
for reCaptcha. but in the browser the it is showing as an html script
and validator identified 2 scripts. Any how the recaptcha is now
working and sometimes failing, i think that may be due to the internet
speed problem. But i can confirm that recaptcha is working fine with
IE in any of the cases.
Any way thanks for your valuable suggestion.
Raees
On Apr 28, 2:36 pm, Charles Sweeney <
cont...@identipic.com> wrote:
> Raees wrote:
> > I am new to reCaptcha. I implemented successfully the recaptcha in my
> > site and working perfect in IE without any issue.
>
> > When i submitted the same form in google chrome, its not validating,
> > always redirecting to error page.
>
> > This is the link where i kept my formhttp://
www.hasaniyya.org/vop/contactus.php
> > If any body has any clue why it is happening, please help me.
>
> > raees
>
> The W3C validator (
http://validator.w3.org/) is showing 18 errors for
> your form page. Try fixing the errors first.
>
> --
> Charles Sweeneyhttp://FormToEmail.com