Dropdown menu from Python list using Flask and HTML
问题 I am creating a dropdown menu in HTML using info from a python script. I have inspired myself from this StackOverflow question: How to create dropdown menu from python list using Flask and HTML However, when I try to retrieve back the selected answer, I get (also tried with 'colour' and gave me the same problem): select = request.form.get(colours) NameError: name 'colours' is not defined This is my __init__.py which is the main of my Flask application, and I have this route inside which is