Top "Flask-wtforms" questions

Flask-WTF offers simple integration with WTForms.

Multiple forms in a single page using flask and WTForms

I have multiple form on the same page that send post request to same handler in flask. I am generating …

forms flask flask-wtforms
No module named flask.ext.wtf

I'm following @Miguel flask mega tutorial which is great. In chapter 3 he talks about web forms and flaskWTF extension, installing …

python flask flask-wtforms
AJax does not work with bootstrap-select

I found flask-jquery-ajax example where the user selects an item from the vehicle "Make" drop down menu, the vehicle "Model" …

jquery ajax flask flask-wtforms bootstrap-select
Flask self.errors.append() - AttributeError: 'tuple' object has no attribute 'append'

My small registration app gives and error when I try to validate the submited data by user and check if …

python django flask flask-wtforms
Email Validation from WTForm using Flask

I'm following a Flask tutorial from http://code.tutsplus.com/tutorials/intro-to-flask-adding-a-contact-page--net-28982 and am currently stuck on the validation step: …

python validation email flask-wtforms
Form validation fails due missing CSRF

A few days ago I have reset my local flask environment without having captured the dependencies via a pip freeze …

python forms flask flask-wtforms
DatePickerWidget with Flask, Flask-Admin and WTforms

I'm trying to render a template that contains a DatePicker, but I'm getting a 500 error when I try. For my …

flask jinja2 wtforms flask-wtforms flask-admin
Flask-SQLAlchemy: How to conditionally insert or update a row

My application uses a combination of Flask, Flask-SQLAlchemy, Flask-WTF and Jinja2. In its current incarnation, I have a settings table. …

python flask flask-sqlalchemy wtforms flask-wtforms
Pre-Populate a WTforms in flask, with data from a SQLAlchemy object

I am fairly new to flask framework and was creating an edit profile page for a webportal. I am stuck …

python flask flask-sqlalchemy flask-wtforms
Python Flask SQLAlchemy Pagination

I am having trouble implementing pagination with Flask-SQLAlchemy or Flask-Pagination, either or. I am unsure how to initialize the pagination, …

python flask sqlalchemy flask-sqlalchemy flask-wtforms