>
>
> b) Maybe more generally, how do I choose how the DB field will be
> represented (dropdown, checkbox, field, etc.)? (since it seems to by
> default represent this field as a dropdown for me)
>

Look for widgets

http://web2py.com/books/default/chapter/29/07#Widgets


db.table.widget = SQLFORM.widgets.string.widget

-- 



Reply via email to