1

I'm looking for an example of implementing CAPTCHA with jQuery and Pyramid as the server side (without PHP essentially).

Is this possible? Thanks!

Tyler
  • 21,762
  • 11
  • 61
  • 90
Raiders
  • 113
  • 1
  • 2
  • 7

1 Answers1

0

There is a Python client for recaptcha:

See this answer on another post.

Than instead of putting the widget in a regular form, if you want to submit it using jquery, just read the values from the generated elements.

Community
  • 1
  • 1
Jasper van den Bosch
  • 3,169
  • 4
  • 32
  • 55