[web2py] SQLFORM factory field name problem
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
[web2py] SQLFORM factory field name problem
SQLFORM factory field with underscore in them doesn't seem to submit properly for the below case: