Hi, first thanks for this tutorial, this tutorial let me think more clear about flask !
I have a question about request.form
ex: app.questions[0] = ("how many year you use Python?", ("2y down", "2y ~ 5y", "5y up"))
when I choice "2y down", request.form['answer_from_layout_lulu'] return "2y"
where is the point to fix so I can get "2y down" ?
thanks!