Thank you I was able to figure it out *cheers
On Fri, May 13, 2011 at 8:05 PM, pbreit <[email protected]> wrote: > I think this will do it: > > def add_task(): > form = SQLFORM(db.tasks) > form.vars.project_id = request.args(0) > > if form.accepts(request.vars, session): > > ... >

