Custom validation by method in Flask WTForm

Report a typo

Let us say we have the following FlaskForm:

class StudentForm(FlaskForm):
    name = StringField("name")
    address = StringField("address")

For the address field, what is the name of the validation method in the FlaskForm?

Select one option from the list
___

Create a free account to access the full topic