Hi, I wanted to ask if I am somehow "obliged" to use the form class provided by Django framework. I can see its use on "static" forms (eg. registration forms or account forms) but most of the forms I write are "dynamic" (forms that are dynamically created depending on the user, whith input fields like <input type="text" name="user_product_{{product_id}}">)
I am new to Django, so I carry some old habits with me. Does the django's form class provide solutions for more complicated forms? Should I study it, further? Thanks, Chris -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.