Relative Content

Tag Archive for djangowidgetfield

How do I stop field deleting when updating in Django?

I have a form update page. I had originally just been using date fields, but was asked by a user to include a date picker, so I moved to the code below. Now each time I update a date field (say payment 3 date), it updates ok, but it also deletes the other date fields. Any ideas as to why? I’m new to the DateInput() widgets.