-
Updated
Aug 25, 2021 - Python
#
wtforms
Here are 145 public repositories matching this topic...
A flexible forms validation and rendering library for Python.
MongoEngine flask extension with WTF model forms support
-
Updated
Aug 27, 2021 - Python
Bootstrap 4 helper for Flask/Jinja2.
bootstrap
flask
jinja2
bootstrap4
wtforms
flask-sqlalchemy
flask-wtf
flask-bootstrap
bootstrap-flask
-
Updated
Sep 5, 2021 - JavaScript
DiptoChakrabarty
commented
Oct 1, 2020
Under the resume/templates directory I have two resume templates present
- resume.html
- resume-template.html
the resume.html is able to grab data incoming from flask as it uses templating , it would be cool if the resume-template which is right now pure html would also be converted into the same kind .
Further enhancement: add a projects section in the resume-template.html to hold the pr
Use 3rd-party validators (e.g. from WTForms and colander) with marshmallow
-
Updated
May 10, 2021 - Python
eQ Survey Runner
-
Updated
Sep 3, 2021 - Python
基于Python3+Flask二次开发的应用层框架
bootstrap
flask
highcharts
jinja2
fabric
python3
wtforms
httpie
flask-script
flask-login
flask-admin
flask-restful
sb-admin-2
startbootstrap-sb-admin-2
flask-mongoengine
python3-flask
flask-bcrypt
qingmi
-
Updated
Jul 7, 2021 - Python
GOV.UK Frontend WTForms Widgets
-
Updated
Jul 1, 2021 - Python
Multi-engine search website . Uses chrome webdriver
-
Updated
May 16, 2021 - Python
Survey Form with CSS Grid, Python's Flask framework and User Interface test using Selenium.
flask
selenium
survey
css-grid
unittest
wtforms
page-object
pageobject-pattern
unittesting
flask-wtf
page-object-model
survey-form
-
Updated
Jun 1, 2021 - Python
python-flask based web-application which uses a MySQL database
javascript
css
html
sql
bootstrap4
mysql-database
wtforms
python-3
sha256-crypt
python-flask-application
-
Updated
Aug 23, 2021 - JavaScript
Payment integration for webframeworks. WTForm based
-
Updated
Jan 29, 2019 - Python
farhadmpr
commented
Oct 5, 2020
The CKEditor should appear in the content field when creating and editing posts.
Validators Adapter. The common interface for all Python validators.
-
Updated
Apr 16, 2020 - Python
This web application is basically a system which uses face recognition to login to any account. People can use this login application for various websites or web applications. It also has provision for registering face for new entries.
javascript
css
python
heroku
html5
html5-canvas
flask-application
wtforms
face-recognition
login-system
herokuapp
html-css-javascript
heroku-deployment
flask-wtf
-
Updated
Jan 16, 2021 - HTML
A Visual Travel Journal
opencv
aws-s3
postgresql
flask-application
wtforms
aws-ec2
aws-rds
opencv-python
flask-sqlalchemy
flask-restful
-
Updated
Apr 9, 2019 - Python
This is a web version of BeneFit application. Link to PyQT version: http://github.com/AlGaRitm2020/BeneFit
-
Updated
May 12, 2021 - HTML
A Python Flask application used to store links online.
-
Updated
May 6, 2021 - Python
Improve this page
Add a description, image, and links to the wtforms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wtforms topic, visit your repo's landing page and select "manage topics."


The Flask-WTF docs state:
However, this appears to only be true, if this optional code has been used:
When that code is not used, forms are created by subclassing
FlaskForm, and CSRF validation fails, thenvalidate_on_submitreturns False instead of raisi