using reCAPTCHA with ajax…javascript loading problem

前端 未结 7 2070
说谎
说谎 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:23

    call Recaptcha.reload(); on callback event in your Ajax code., it will reload new Recapcha every time that Ajax submitted

提交回复
热议问题