I'm a experienced Python programmer (15+ years), but mostly new to web programming and just several days into my first web2py application.
Several questions have come up: 1. On SQLFORM and CRUD forms, is there a way to get a cancel button displayed next to the submit buttons? 2. If I want to pre-fill several fields in a form, I know how to do it with SQLFORM and an assignment like form.vars.xxx=yyy, but is there such a feature for CRUD forms?