[web2py] Re: Passing form input to a query.

2013-12-31 Thread Keith Planer
And that did, thank you. On Tuesday, December 31, 2013 6:10:02 AM UTC-6, Niphlod wrote: > > use form.vars holds a dict with the values matched with the _name keys, so > something like form.vars.lname should definitely work > > On Tuesday, December 31, 2013 11:10:00 AM UTC+1, Keith Planer wrote: >

[web2py] Re: Passing form input to a query.

2013-12-31 Thread Niphlod
use form.vars holds a dict with the values matched with the _name keys, so something like form.vars.lname should definitely work On Tuesday, December 31, 2013 11:10:00 AM UTC+1, Keith Planer wrote: > > This is probably a beyond-simple problem but I can't figure it out. > > var = request.args