using reCAPTCHA with ajax…javascript loading problem

前端 未结 7 2110
说谎
说谎 2021-02-14 04:08

I trying to implement reCAPTCHA in one of my forms,...but i am using ajax as the submission. (More specifically the prototype ajax.updater)

Once I submit and error check

7条回答
  •  时光取名叫无心
    2021-02-14 04:30

    to answer my own question...

    there is a reCAPTCHA AJAX api....which is pretty easy way to get around this problem:

    link text

    Also,..the documentation on the http://www.prototypejs.org/api/ajax/updater site.....talks about the evalscript option and how is only puts any javascript through the native eval() function....which kind of screws me over trying to implement error checking with WMD...but that's another story.

    Andrew

提交回复
热议问题