Re: Cascading List List Boxes

2008-11-02 Thread Steve Bergman
You will need to display the dependent ChoiceField empty at first, but set the first ChoiceField to submit the form "onchange". (I like to use the JQuery events system for this, but you can do it with "attr".) Then have the view redisplay the form with the dependent ChoiceField populated. IIRC, t

Cascading List List Boxes

2008-11-01 Thread Caisys
Hi, Is it possible to populate a list depending on another list choice? I am working on an event guide, when creating the event the user will need to select a place from a drop down list, some places have different rooms, so I want another drop down list containing the rooms that relate to the pl