emil2099 / TextApi

0 stars 0 forks source link

Re-format submission form #5

Open emil2099 opened 6 years ago

emil2099 commented 6 years ago

Use native Bootstrap 4 to improve look and feel:

emil2099 commented 6 years ago

Tutorial for WTForms with manual handling: http://pythonthusiast.pythonblogs.com/230_pythonthusiast/archive/1315_flask_biography_tutorial_part_vi__adding_sign_up_form_using_bootstrap_3_and_flask-wtf.html

General introduction: https://www.safaribooksonline.com/library/view/flask-web-development/9781491947586/ch04.html

Leverage Flask-bootstrap: https://www.freshlex.com/2017/03/13/pass-bootstrap-html-attributes-to-flask-wtforms/

Flask-bootstrap documentation: https://pythonhosted.org/Flask-Bootstrap/forms.html

Another manual example: https://pythonspot.com/flask-web-forms/