Skip to content

techmonger/Flask-ReCaptcha-Contact-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Flask ReCaptcha - Contact Form

Quickstart

  • Download / Clone Repository
  • Navigate to Flask-ReCaptcha-Contact-Form
  • Install Requirements : pip -r requirements.txt
  • Run Application : python contact_form.py
  • Access it : https//localhost:5000

Register for Google ReCaptcha

https://www.google.com/recaptcha/admin

Configure Site Key in contact_form.py

 def contact():
    
    # Configure site-key here
    sitekey = "your-site-key-here"

Configure Secret Key in contact_form.py

def is_human(captcha_response):

    # Configure secret-key here
    secret = "your-secret-key-here"

https://techmonger.github.io/5/python-flask-recaptcha/

About

Flask ReCaptacha Integration to build contact form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors