On Tuesday, November 22, 2011 12:30:42 AM UTC-5, Adrian Edwards wrote: > > form = SQLFORM(db.entries) > form.date_entered = date.today() > form.user = user > if form.process().accepted: > > But the form won't submit. When I debug it through Eclipse it says > "lazyT: value not in database" > I don't think this is related to your error, but note that to pre-populate fields, you need to set form.vars.fieldname, not form.fieldname.
Anthony