Answer the question
In order to leave comments, you need to log in
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.POST
form I can't think of a field name:
class MyForm(forms.Form):
item = TagField()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question