Re: Need some help with form implementation.

2008-06-24 Thread Alex Slesarev
Hello! > I know I shall need a lot of javascript magic.. any hints as to go > about the django forms, fields and javascript stuff would be much > appreciated. You can use jQuery magic. You have to redefine admin change form template for your model (this file should be named as templates/admin/ /

Re: Need some help with form implementation.

2008-06-24 Thread Alex Slesarev
Hello! > I know I shall need a lot of javascript magic.. any hints as to go > about the django forms, fields and javascript stuff would be much > appreciated. You can use jQuery magic. Redefine admin's change_form template for required model (it should be located at path templates/admin// /chang

Need some help with form implementation.

2008-06-24 Thread Adi
Hi, I have a form where I display a multiple select field (using ModelMultipleChoiceField). This consists a list of track and field events that the user can participate in. The user can select upto a pre-determined number of events to particpate in. Now when the user selects an event from that sel