web2py – generate multiselect list – Stack Overflow
|
I have an application using web2py. I have a table in the database called member:
and I want to display the region field as multiSelect list. How can I do this? Thanks in advance.
|
||||
|
feedback
|
|
You can use IS_IN_DB() to create a select box from another database table:
Or use IS_IN_SET() for manual data:
|
||||
