I need to create a flow where the screen element transitions between several forms and video (Eg. Video - form - Video -form ...). So I don't render them as separate pages but rather as a single page with different visible and hidden elements that vary depending on the page state.
The problem is that the forms are of two main kinds. One of them is a bunch of entries that can be validated client side (Like enter 1+1). The other is a set of responses that get submitted to the server (I'm thinking ajax calls). I want to generate these forms dynamically before rendering them. While rendering dynamic forms is a known solution, I am yet to figure out how I could just render the dynamic forms with fixed answers (like 1+1=?, ans 2) with custom validation logic that runs as javascript in the client. Is there any good example or a best practice known for such a functional requirement? Some ground is covered by this thread http://groups.google.com/group/django-users/browse_thread/thread/e00c92be1786d2cf/31b0a8292155b7cc and this stack overflow question - http://stackoverflow.com/questions/5423590/django-how-to-build-a-formset-for-a-quiz -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.