[web2py] Re: SQLFORM - best method for hide fields and set default values

2014-12-10 Thread Pavel
Set ignore_rw=True may be the way to go. Really thanks for your suggestion, now I see it in the book. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You

[web2py] Re: SQLFORM - best method for hide fields and set default values

2014-12-10 Thread tim . nyborg
That's the method I use, more or less, as it seems the simplest and most reliable to set defaults. Would it be easier if those fields were writable = False and readable = False in the model, and the other form used ignore_rw=True? You might also put db.registrations.registered_user.default = au