Django dynamic shape

I am trying to use a django dynamic form script from http://www.djangosnippets.org/snippets/714/

A dynamic form is being created, but I am having a hard time finding the fields passed through form.cleaned_data['myfield']

There are some comments on the snippet page, they don't work either.

+2


source to share


1 answer


Did you make sure you called is_valid () on the form first and that the field passes it to the validation routine?



+1


source







All Articles