-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Intergating with recaptcha #202
Comments
Did you find an answer? Would love to know how to get it working. |
Simple & working workaround :) Example:
|
Your code didn't work. After recaptcha calls
|
I was surprised that calling Also, the documentation on page http://1000hz.github.io/bootstrap-validator/#validator-methods states that you must call |
That section of the docs was following the same convention as the Bootstrap docs, but looking now it seems they have changed it to leave off the potentially confusing |
Code is working for me so... |
I found a solution (using #326 ) : |
I can live with validating the entire form, it is better than not validating the recatcha field! Strange that it seems to work for @mikemix but not us. I'll be publishing my site soon so will be able to show you it not working! |
I found the solution for that: |
Here's an example of reCAPTCHA working with the plugin: |
How can I detect if Google's recaptcha has given the all clear to the user and affect the state of the submit button?
The text was updated successfully, but these errors were encountered: