I want to create a web interface where users can create a form (ie, define the number of fields and what types of fields they are and the name to display), which will be stored in the Django database, and then displayed elsewhere on the site as an actual form. Any ideas how best to do this, specifically how to turn data stored in a database (probably as a charfield) into a form object? Any examples of this already being done? Is there a Python method to turn strings (ie, "forms.CharField()") into the objects they represent? --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---