Simple integration of Flask and WTForms, including CSRF, file upload, and reCAPTCHA. Integration with WTForms. Secure Form with CSRF token. Global CSRF protection. reCAPTCHA support. File upload that works with Flask-Uploads. Internationalization using Flask-Babel.
Features
- Flask-WTF provides your Flask application integration with WTForms
- From version 0.9.0, Flask-WTF will not import anything from wtforms, you need to import fields from wtforms
- In addition, a CSRF token hidden field is created automatically
- Validate forms
- Note that you don’t have to pass request.form to Flask-WTF
- If your forms include validation, you’ll need to add to your template to display any error messages
License
BSD LicenseFollow Flask-WTF
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Flask-WTF!