SQLFORM factory field name with underscore doesn't submit properly in the below case:
SQLFORM.factory(Field('fieldname', ----- Submit OK
SQLFORM.factory(Field('select_fieldname', ----- Submit failed got a
None returned I think.
just to add: form catches the session as well.
Regards,
Rama

