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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to