You could make them readable=False, writable=False http://web2py.com/book/default/chapter/06#Record-Representation
Or customize the form. I have customized all of the forms in my app ( http://pricetack.com ): http://web2py.com/book/default/chapter/07#Custom-forms

