[web2py] Re: sqlform hidden values

2012-10-10 Thread yashar
i read that many times and i thought thats under the hod! thanks On Wednesday, October 10, 2012 4:51:55 PM UTC+3:30, Anthony wrote: > > It should be available in request.vars.DN (and request.post_vars.DN). > > From the book: > > There is a special hidden attribute. When a dictionary is passed as h

[web2py] Re: sqlform hidden values

2012-10-10 Thread Anthony
It should be available in request.vars.DN (and request.post_vars.DN). >From the book: There is a special hidden attribute. When a dictionary is passed as hidden, its items are translated into "hidden" INPUT fields (see the example for the FORM helper in Chapter 5). form = SQLFORM(,hidden=.