[web2py] Re: customizing SQLFORM to insert many rows from one form

2018-04-03 Thread Tribo Eila
you can try this http://www.mdelrosso.com/sheepit/index.php?lng=en_GB On Monday, April 2, 2018 at 5:37:09 PM UTC+3, Mashareq M wrote: > > Hi, > > I am creating a web app for attending employees. > > This is the model: > > db.define_table( > 'employee', > Field('name'), > format =

[web2py] Re: customizing SQLFORM to insert many rows from one form

2018-04-02 Thread Anthony
See https://stackoverflow.com/a/49613367/440323. On Monday, April 2, 2018 at 10:37:09 AM UTC-4, Mashareq M wrote: > > Hi, > > I am creating a web app for attending employees. > > This is the model: > > db.define_table( > 'employee', > Field('name'), > format = '%(name)s') >