Thanks for all of the great videos! Your delivery, organization, and style make it incredibly easy to pick up the concepts. In fact, I'm taking a Flask course on Udemy but, I watch your videos first because you make it so much easier to understand.
Hi Anthony, first of all thanks for the great videos! Just a small comment: I guess the for both the password field and the recaptcha should be outside the two error for loops (it is OK for username). In this case is OK because you seem to get a single error at the time, but if the list would be longer you would end up with malformed HTML.
Hello guys :) I was following this tutorial and afterwards had some difficulties implementing reCAPTCHA in my code. This is my question on Stack Overflow, so if you know the answer, please help: stackoverflow.com/questions/47676105/cannot-succesfully-validate-recaptcha-field-in-flask-application
You're not sending the recaptcha data in your AJAX request. You'll have to look at how it's done in a regular form, and then adopt that to your AJAX form.
Join my free course on the basics of Flask-SQLAlchemy: prettyprinted.com/flasksql
"I find it funny that there is no recaptcha here, to sign up for recaptcha" - Subscribed!
Thanks for all of the great videos! Your delivery, organization, and style make it incredibly easy to pick up the concepts. In fact, I'm taking a Flask course on Udemy but, I watch your videos first because you make it so much easier to understand.
Thanks for the compliment!
I'm starting to create my own courses as well. Check out prettyprinted.com
Very Useful and .. your videos make it easy for me to get along with Flask!! Thank you
I'm glad they help!
Awesome! always saving flask devs, thanks once again!
You're welcome!
Hi Anthony, first of all thanks for the great videos! Just a small comment: I guess the for both the password field and the recaptcha should be outside the two error for loops (it is OK for username). In this case is OK because you seem to get a single error at the time, but if the list would be longer you would end up with malformed HTML.
I got SSL: CERTIFICATE_VERIFY_FAILED when I submitted the form. Can you please help?
Thank you it was very helpful
Thanks for watching!
Awesome explanation, many thanks!
Thanks for watching!
Bahaha pointing out register for recapcha, has no recaptcha - the irony is too much.
Great tutorial as always!
If you get ERROR for site owner: Invalid key type, you can try to use version 2
Remember to add the js for the recaptcha! Mine wasnt appearing til I put that in
Good reminder. Thanks!
which ?? please describe.
Great vid as always. In form.html, line 18 and 19 really should switch places though :) same for 24/25
Thank you!
Has anyone figured out how give a custom error message if Recaptha is not checked? "The response parameter is missing." is robotic.
yea of. just dont write {{error}} and write something humanic
It would be very useful if you could show how to add to existing form not creating the whole form in python
Hello guys :)
I was following this tutorial and afterwards had some difficulties implementing reCAPTCHA in my code. This is my question on Stack Overflow, so if you know the answer, please help:
stackoverflow.com/questions/47676105/cannot-succesfully-validate-recaptcha-field-in-flask-application
You're not sending the recaptcha data in your AJAX request. You'll have to look at how it's done in a regular form, and then adopt that to your AJAX form.
Pretty Printed Thank you :)
I will try it now
Funny Google recaptcha does not have recaptcha 😂