Hello everyone! I'm going back to web2py after one year developing with other technologies and saw a lot of good changes! Congrats Massimo and the dev team!
So, I would like to ask a question: I have a full HTML form, rendered by an action and processed by other action. There is a way to validate it like form.accept() on the processing action? This form create 2 records in 2 different tables at the database (a company and an user for this company). I intend to use filter_fields to save this records after the validation. Thanks! --

