Hi Andrews, Look at this:
http://www.b-list.org/weblog/2008/nov/09/dynamic-forms/ This helped me a lot a couple months ago when I had to do some dynamic forms. Those forms where generated from data entered by the user in a previous step. It can be a bit "messy" if you don't take care, but works. andrew wrote: > Hi , Dear all: > > I had searched this forum but with limit information about dynamic > forms . > > Model: > ------------------------------------------------- > class Product(models.Model): > name = models.CharField(max_length=30) # Product Name > type = models.IntegerField(max_length=30) # Type ID > > I want to create a certain type product list form for visitor to > choice one and submit. > the Product table may continuously changed . > > So how can I create a list in the form? > > Any Suggestions and Reference links will be highly appreciated! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---