I have a registration form which has the following fields (forms.py file):
from flask_wtf import FlaskForm from wtforms import StringField, BooleanField, IntegerF