I don't know how to add a SELECT field (dropdown list) to SQLFORM.factory. I want to create a form without a database table, and one of the fields should be a dropdown list with a fixed set of items.
The sample syntax I've seen is like...
SQLFORM.factory(db.table,
Field(...),
Field(...),
How do you make one of those "Field"s a SELECT?
Thanks,
Richard

