See this previous post; it was a question I asked
https://groups.google.com/forum/#!searchin/web2py/checkboxes$20with$20is_in_set%7Csort:relevance/web2py/UtbNmh-DF30/XaEXUF6gCgAJ
what I appreciated from Jim Russell's reply is advice of storing the items
in a list. This option uses IS_IN_SET as op
this was wrong:
widget=SQLFORM.widgets.multiple.widget
this works
widget=SQLFORM.widgets.checkboxes.widget
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
-
2 matches
Mail list logo