northern-tester / atelierwebsite

Express app for atelier website
4 stars 0 forks source link

Disable Submit until Recaptcha Complete #31

Closed northern-tester closed 7 years ago

northern-tester commented 7 years ago

Added the following:

  1. On page load, submit button is disabled.
  2. Callback function for successful completion of recaptcha
  3. If you leave your recaptcha ticked but don't submit, a callback function to disable the button again.

Remember, recaptcha.json needs to be:

{ "secret" : "6LeiNykUAAAAANC-0kPBXinJ-EdQayq-0ms4tauE", "public": "6LeiNykUAAAAAHuA7UuD3bAf7QV6Wr5BK-kx9Z3Q" }

And you must use 127.0.0.1 not localhost or Recaptcha will become confused.