And the same goes for db.auth_user.insert() ... does it imply the logged user or not?
On Monday, December 3, 2012 2:27:29 PM UTC, Daniele wrote: > > Hey guys, I'm wondering if there's a way from the controller to know > whether a form's boolean field (checkbox) is selected or not. I only want > to add the info in the form to the database if the checkbox is selected, > otherwise the controller should not process that form. > > Thanks! > --

