On Tue, May 24, 2011 at 12:47 PM, Afshin Moshrefi
<afshinmoshr...@gmail.com>wrote:

> I want to write a form which can dynamically add fields.  I can simply
> add additional fields that I need with JavaScript but am not sure if
> that is the best way to handle this with Django?
>
> What are the best ways to handle creating and processing such dynamic
> form with Django?
>
>
You need review how persist the changes about add/remove fields in __init__
method..

Regards,


>
> AM
>
> --
> 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
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Cristian Salamea
@ovnicraft

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to