Home »
MCQs »
Flask MCQs
We may specify the form fields in our Python script and present them using an HTML template using ____?
45. We may specify the form fields in our Python script and present them using an HTML template using ____?
- Flask-form
- Flask-WTF
- Flask__forms
Answer: B) Flask-WTF
Explanation:
We may specify the form fields in our Python script and present them using an HTML template using Flask-WTF.