I am new to Flask and I found this Flask_WTF or Flask Forms. I just dont see the need for it. We can do similar things with HTML. I understand that Flask forms have internal validations but we can provide better javascript client side validations which can validate data without server trip. What is the real need of using Flask Forms? Would not HTML forms will be better so we can provide inline styling if required and will be easy to use with bootstrap.
Please suggest.