Hi! First of all... I love web2py framework :-) Problem: I've made modification: http://www.web2pyslices.com/main/slices/take_slice/113 and now if I use: form=crud.create(db.table) everything is ok. But if I use form=SQLFORM(db.table) nothing is happen, any error and any new record. I want ajax form with one field but with crud i have got tape fields which may be populate automaticaly... What is the best sollution?
Best Regards, Pawel

