Tethik / flask-session-captcha

A captcha implemention for flask
MIT License
24 stars 8 forks source link

hi i'm using flask session captcha for one of my project! because my client dont want the captcha services from google! i need a help! How to reload the captcha without losing the data in Input Fields? #36

Closed arun-arunisto closed 1 year ago

Tethik commented 1 year ago

Hi @arun-arunisto

It's been a long time since I used this library myself.

I think this is more a flask issue than a captcha specific one. You probably need to store your inputs and re-render the form with them inserted as part of the template.

arun-arunisto commented 1 year ago

thank you!!