Hi Guys, I'm try to figure out how add some customized functionalities to an inline formset. What I would implement are the two following features: - ability to delete a record by pressing a submit button assigned to each row (instead of checking the delete box and submitting the overall form) - ability to preserve the extra forms number and order after the submission
To better explain the second point, suppose there are 3 records on the db and the user adds 3 extra forms (using eg. the technique described here: http://www.falconhat.com/tutorials/django-adding-inline-formset-rows-without-javascript/). The user then decides to delete the second record. I would that, after the submission, the form has 2 records and 3 extra, blank forms. Additionally, if the user fills partially one or more of the additional forms, I would the filled forms to keep the new content. Can somebody give me some hints on how to implement these functionalities? By the way, while the above functionalities seem to be easy to implement using JavaScript, I'm keen to avoid to use it. Many thanks for your invaluable help. Cheers, Paolo -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.