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
https://www.google.com/recaptcha/admin
def contact():
# Configure site-key here
sitekey = "your-site-key-here"def is_human(captcha_response):
# Configure secret-key here
secret = "your-secret-key-here"