flaskdash icon indicating copy to clipboard operation
flaskdash copied to clipboard

How to get form validation working?

Open Mr-Idjit opened this issue 4 years ago • 0 comments

Is it just me or is the form validation not working?

I can make form validation work on other pages and use a custom made form like {{ form.name(class='awesome_style') }} but every form that has to do with flask-user is not working; /user/sign-in, /user/forgot-password and /user/register in mind.

Is this common? Something I don't know about? .. but most important how do I make the form validation work on these flask-user pages?

Mr-Idjit avatar Nov 21 '20 21:11 Mr-Idjit