I have a multiselect in html file like this:
> In sometimes, If you are using Ajax POST method then check the parameter name in network tab. Check the image attached that describes how to verify the parameter names.
In Flask view:
you can access the list responce based on parameter name.
request.form.getlist('mymultiselect[]')
or
request.form.getlist('mymultiselect')