1👍
✅
I don’t know why you want to access the request directly, since you have a form and it is taking care of converting the params into an object.
However, you can use request.POST.getlist('verticals')
to get all the values for a key.
Source:stackexchange.com