Scripting problem with recaptcha
Hi,
I am working on an engine that has recaptcha, and there is small problem.
The captcha answer field in form has a name recaptcha_response_field and it should be filled with our answer. However there is another field with same name in the same form but under <noscript> tag and it is hidden.
That second field has predefined value of "manual_challenge" and GSA Ranker is finding captcha image, resolves it but then in submission data i see that it sends data from second field with predefined value "manual_challenge" and submission fails.
So bacially the problem is two fields with same names and ids, and GSA Ranker takes wrong field.
Is there any way to tell GSA Ranker which exactly field it should fill?
Comments