CRUD incorporates the creation of the form, the processing of the form, the notification, and the redirection
Customize forms
Standard web2py form
SQLFORM provides a high-level API for building create, update and delete forms from an existing database table
SQLFORM.factory is an abstraction layer on top of SQLFORM in order to take advantage of the form generation features even if there is no database present