What is the best way to have a user enter a time in Flask WT Forms? Flask flyf35 — 22 July 2023 · Comments off Solution from wtforms_components import TimeField class YourForm(FlaskForm): ... time = TimeField('Time')