print(form.data)
    print(form.is_submitted())
    print(form.validate())
    print(form.validate_on_submit())