How to skip the first captcha input
I modified a template for blog comment submission,and I want it skip
captcha input in step1(total 2 steps,I just want the captcha filled in
step2),so I change the all "%captcha%" to "%leave%" in step1
When I debug it,the log report "recaptcha failed",any one know how to set(.ini file)?
When I debug it,the log report "recaptcha failed",any one know how to set(.ini file)?
Comments
Example: http://marksarvas.blogs.com/elegvar/2013/07/updated-la-readings-calendar-.html
I found that GSA submit comments somewhat like javascript off,in that case the captcha input(in my templete)is ignored and report "an error occured" in downloaded page(step1),I need skip that and finish step2.
By the way the captcha when javascript on(manually)is different than javascript off.