On Sat, 2012-05-26 at 07:03 -0700, doniyor wrote: > for example: user has selected 3 items from products table and then > goes to > next step where he sees what he has selected and then he submits the > booking with some last information of his personal. the point is that > if > he has selected 3 items, then there are 3 items in db, so i create 3 > html > input fields for each selected item where i will render the data that > i get > from db. thats why i want to create these html input fields according > to > the number of items in db..
this is easily done with a for loop in the template -- regards Kenneth Gonsalves -- 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.