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 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.

Always one that is at the bottom of selected 3 or whatever is
selected.

Why? There should be all 3 options in table of database, and in one
field of table.

I cannot find a way to resolve this issue.

ANY IDEA WHY IT SHOULD BE LIKE THIS?

ANY HELP WOULD BE APPRICIATED.

THANK YOU.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to