Skip to content Skip to sidebar Skip to footer
Showing posts with the label Flask Wtforms

Jinja: Loop To Create Form Fields With Same Name But The Last Character

I am using Flask and I have a WTF form with 12 input fields named like sold_1, sold_2,..., sold_12.… Read more Jinja: Loop To Create Form Fields With Same Name But The Last Character

Flask-wtforms How To Override Pre Validate On Radio Fields

I'm trying to raise an error when a user submits without selecting a radio choice and it's … Read more Flask-wtforms How To Override Pre Validate On Radio Fields

Error: "typeerror: Hidden_tag() Missing 1 Required Positional Argument: 'self' " In Flask, Python

I've been creating a forum based learning system, similar to stack overflow for an assessed pro… Read more Error: "typeerror: Hidden_tag() Missing 1 Required Positional Argument: 'self' " In Flask, Python

How Do I Use "tel", "number", Or Other Input Types In Wtforms?

I want to use a phone number field in my form. What I need is when this field is tapped on Android … Read more How Do I Use "tel", "number", Or Other Input Types In Wtforms?

How Do You Solve The Error Keyerror: 'a Secret Key Is Required To Use Csrf.' When Using A Wtform In Flask Application?

I have been trying to build a web app using flask and wtforms and a firebase database, but I keep g… Read more How Do You Solve The Error Keyerror: 'a Secret Key Is Required To Use Csrf.' When Using A Wtform In Flask Application?

Determine Why Wtforms Form Didn't Validate

I called form.validate_on_submit(), but it returned False. How can I find out why the form didn… Read more Determine Why Wtforms Form Didn't Validate