Hi all,

Been reading this group for a while, decided to give an idea for
dynamic forms a try after reading the article on dynamicmodels

http://code.djangoproject.com/wiki/DynamicModels

I cooked up a some models and a view

see: http://statix.net/dynaform

if one creates a form with some info and a field (type=CharField,
maxlength=40)
and views it http://somedomain.lan/forms/1, it will render the form

At the moment Im not doing anything with the submitted data, but I'm
thinking of emailing the output or inserting it in a database.

I have no use for it, so i thought I'd share it, maybe anyone else can
use it :)


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to