Re: Multiple values to Django

2016-04-03 Thread bob gailer
On 4/2/2016 6:20 PM, Denis Makarov wrote: Hello! I have a MyForm which have name, quantity and quandesc fields. I have a basic UI form for adding this fileld. I added button for adding another instances of field on web page. Jquery func below: | functionaddContainer(){ $("#name").clone()

Multiple values to Django

2016-04-02 Thread Denis Makarov
Hello! I have a MyForm which have name, quantity and quandesc fields. I have a basic UI form for adding this fileld. I added button for adding another instances of field on web page. Jquery func below: function addContainer() { $("#name").clone().appendTo("#food-container"); $("#quantit