On Sat, Jun 25, 2011 at 3:00 PM, Venkatraman S <[email protected]> wrote: > Hi, > > Was looking for possible django apps that help one build custom forms "on > the fly" from the admin screens. >
You might want to have a look at form_designer: https://github.com/matthiask/form_designer It contains a FeinCMS content type (form_designer.models.FormContent), the rest of it isn't FeinCMS-specific. A FeinCMS installation isn't needed either. If you want to write a view yourself, the code should be structured similarly to the render() method of FormContent. Matthias -- 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.

