>From the book: To determine whether the "update" forms should have a "delete" button: crud.settings.update_deletable = True
HTH D On Feb 22, 9:41 pm, greenpoise <[email protected]> wrote: > I am using form.custom. I've got the submit as form.custom.submit but > is there anything for the delete button/checkbox?? I am using CRUD and > as it gives me more flexibility over the forms layout and add some > fanciness to them...also cuz the crud.settings.formstyle='divs' never > worked for me... > > thanks > > Dan

