Re: How to use multiple selection with POST method

2008-02-08 Thread James Bennett
On Feb 8, 2008 9:15 AM, MADDY <[EMAIL PROTECTED]> wrote: > User can select, for example, 3 options (not need to be consecutive) > from 10 possible options using CTRL+mouse. > > When form is submited in database I found only one of those 3 options, > the one at the bottom of 3 selected. You want t

How to use multiple selection with POST method

2008-02-08 Thread MADDY
I am building web application using Django+postgresql Have an INSERT page with text fields, text boxes, dropdown menus and LIST/MENU form elements. Let's say, have 10 options in "select", and need to select some of them, as user wants. User can select, for example, 3 options (not need to be c