M
M
marataziat2018-06-07 18:37:05
Django
marataziat, 2018-06-07 18:37:05

What should be the firldname for Forms in django when a sheet?

I accept this name in the POST request: 'item[tags][]' via request.POST.getlist('item[tags][]') everything works fine, but when I give this to the request.POSTform I can't think of a field name:

class MyForm(forms.Form):
    item = TagField()

item, or what should be there? I can't give a name like in a POST request!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question