[Django]-Django: Problem reading multi valued POST variable 29 December 2023 by thecoderscamp.com 4👍 ✅ prices = request.POST.getlist("IPN_PRICE[]") This should do the trick. 👤dekomote [Django]-Adding Graph to Reportlab PDF Source:stackexchange.com