Re: Multiple elements with one element?

2012-09-06 Thread Jeff Regan
You might look into using jQuery to get the results and then post the results (also using jQuery) to some url. This approach doesn't really fit the Django pattern, but it should work. On Thu, Sep 6, 2012 at 9:53 PM, Gchorn wrote: > Hi All, > > I'm trying to create a form on a web page where the

Multiple elements with one element?

2012-09-06 Thread Gchorn
Hi All, I'm trying to create a form on a web page where the user can select choices from multiple drop-down lists ( HTML elements) and then submit them all at once with a single submit button. Is this possible? I don't want to use a single element with the "multiple" attribute because the li