The is that SQLFORM.factory does not generate form based on db.tables, and SQLFORM does, if you need to generate tables based on db.table and include extra fields to this form, I guess the only options is by appending/inserting to elements to the form, or doing that at JavaScript.
2010/12/13 weheh <[email protected]> > I prefer customizing forms using SQLFORM.factory instead of the form > insert/append method. It's a matter of choice and coding style, but > both will work. -- Bruno Rocha http://about.me/rochacbruno/bio

