Hi, I am trying hard to understand how the forms work. It seems for me easier to create an html form with some hidden fields during runtime. and then parse them one-by-one by request.POST.keys() when the view is called.
I understand, however, that django forms have great importance in building web sites so I am going to try more. so I am kindly requesting if someone can give me an example on how to do the following: I need to display a form with all the things a user has bought. In this form the user can type the quantity (typical amazon-like list) and submit it. I can see how to display registration and login forms, but I can't see how to display user personalized (or whatever they called) forms. Would someone be so kind and give me an example? -- 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.