Re: Apps that generate forms with variable fields

2008-04-09 Thread martyn
Thanks for the link. I think I have to learn more about Newforms (not available on Django 0.96 ?) It seems to be easy, but I don't really understand how to built my "user-defined" forms. Thanks to my 3 tables (form/fields/data) ? Excuse me, I'm php developper and I'm enough with this langage but

Re: Apps that generate forms with variable fields

2008-04-08 Thread Rajesh Dhawan
Hi, > > I have to create an app with django that allows users in front end to > create their own forms with a number variable of fields and a variable > types of field > > User can create many programs with many different fileds. > First, I thought tha 3 tables are good : > - program_form (name /

Apps that generate forms with variable fields

2008-04-08 Thread martyn
Hi, I don't want any help on how to write my model but I just want to have your opinion about how to do this by the simpliest way. I'm a django beginner. I have to create an app with django that allows users in front end to create their own forms with a number variable of fields and a variable t