Re: Adding rows to the form

2012-11-16 Thread Sandeep kaur
On Thu, Nov 15, 2012 at 4:53 PM, Satinderpal Singh
<satinder.goray...@gmail.com> wrote:
> Hi friends,
> I want to create a form so that the tables related to the form accepts
> the multiple values by adding rows in the form, just like in gmail

> only the first entry of the first row but not saved the entries of the
> rows that can be added by the add button.
> Can anybody tell me how would i solve this problem. Any help would be
> highly appreciated.
>
This may be helpful  :
http://stellarchariot.com/blog/2011/02/dynamically-add-form-to-formset-using-javascript-and-django/

-- 
Sandeep Kaur
E-Mail: mkaurkha...@gmail.com
Blog: sandymadaan.wordpress.com

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



Adding rows to the form

2012-11-15 Thread Satinderpal Singh
Hi friends,
I want to create a form so that the tables related to the form accepts
the multiple values by adding rows in the form, just like in gmail
attachments, which uses add new button for a new attachment. I tried
many methods but does not got the fruitful result. Like by using
javascript for adding the row can add the row to the form but saves
only the first entry of the first row but not saved the entries of the
rows that can be added by the add button.
Can anybody tell me how would i solve this problem. Any help would be
highly appreciated.

--
Satinderpal Singh
http://satindergoraya.blogspot.in/
http://satindergoraya91.blogspot.in/

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