I have a multiselect in html file like this:
t
You want to use the getlist() function to get a list of values:
multiselect = request.form.getlist('mymultiselect')
You do not need to add [] to the name to make this work; in fact, the [] will not help, don't use it at all.
[]