Many parameters with one name in form and get a list of them in

Viewed 26

I have a form with dynamic fields..

When submit form, i have this:

   Localhost:8000/mysite.com/jobs_form?job="Job1"&job="Job2"

And i cant get all of them in django with request.POST.get("job")

What can i do?

1 Answers
Related