The information is helpful as it is helping me understand some basics
of Django.  I am experienced in old web dev technologies but I am new
to both Python and Django and I see the information on the articles
and Internet targeted for experienced python / django developers.

I have a stupid beginner question on the subject of creating dynamic
fields on a form:

I have a form displayed with 3 fields,  I have a button that says,
"Add another field".
When button is pressed, exactly what do I do to add an additional
field and render the form again?
- do I render the Form & template again?
- How do I pass an argument to __init__  in the form class?


Thx,

AM






On May 24, 5:27 pm, Rafael Machado <rfa1...@gmail.com> wrote:
> Afshin, recently i came across the same problem.
>
> This page helped me to figure out how to do dynamic 
> forms:http://jacobian.org/writing/dynamic-form-generation/

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