Re: Render dynamic form based on meta data

2013-07-01 Thread Avishay Balderman
m/ , lots of stuff there. > > The other discussions that have been going on about REST would also be > useful to you. > > Cheers > > François > > On Jun 30, 2013, at 4:54 AM, Avishay Balderman > > > wrote: > > > Hi François > > Since I

Re: Render dynamic form based on meta data

2013-06-30 Thread Avishay Balderman
s, would be easier to deal with than making ajax calls. > > Cheers > > François > > On Jun 29, 2013, at 5:28 AM, Avishay Balderman > > > wrote: > > > Hi > > I need to implement a django app that has the following capabilities: > > 1) When the

Render dynamic form based on meta data

2013-06-29 Thread Avishay Balderman
Hi I need to implement a django app that has the following capabilities: 1) When the main page loads it needs to dynamically (Ajax) populate a combo () with a list of "form types" 2) When the user select an item from the "form types" combo, the app should issue Ajax call and fetch meta data. This