Hi Cody,
I think you should try another approach, something simple as what you have coded is at best wrong.
make_quiz_form_class and _QuizForm try to get variables that are not available. make_quiz_form_class doesn't take any arguments as per your definition but you are supplying it with request.POST which is dictionaryish.
Sent from my Windows Phone
I think you should try another approach, something simple as what you have coded is at best wrong.
make_quiz_form_class and _QuizForm try to get variables that are not available. make_quiz_form_class doesn't take any arguments as per your definition but you are supplying it with request.POST which is dictionaryish.
Sent from my Windows Phone
From: Cody Scott
Sent: 4/22/2013 9:22 PM
To: django-users@googlegroups.com
Subject: How to create a Dynamic Hierarchical Form
No comments:
Post a Comment