yes. define form=SQLFORM(....) but instead of form.accepts(request.vars,session)
call instead FORM.accepts(form,request.vars,session) On Mar 13, 1:04 pm, Kacper Krupa <[email protected]> wrote: > Hello, > > I've a problem. I want to use SQLFORM and commit it to db manually. I > mean create form, send some data, create ready data for db insert, > modify this data and at the finish insert it into database. It's > possible, or i have to replace the source of web2py? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

