Flask-WTF¶
Flask-WTF offers simple integration with WTForms.
Current Version¶
The current version of Flask-WTF is 0.9.3.
View other versions of documentation at Read the Docs.
Features¶
- Integration with wtforms.
- Secure Form with csrf token.
- Global csrf protection.
- Recaptcha supporting.
- File upload that works with Flask-Uploads.
- Internationalization integration.
User’s Guide¶
This part of the documentation, which is mostly prose, begins with some background information about Flask-WTF, then focuses on step-by-step instructions for getting the most out of Flask-WTF.
API Documentation¶
If you are looking for information on a specific function, class or method, this part of the documentation is for you.
Additional Notes¶
Legal information and changelog are here.