Like this?: form = SQLFORM(db.thing, _class='myclass')
On Dec 5, 8:45 pm, Andrew Evans <[email protected]> wrote: > hello I am trying to do a few things apply a css class and some javascript > code to a form generated by DAL ( I believe DAL is the right terminology) > > Basically I want to apply a CSS class to a form generated by web2pys SQLFORM > or CRUD > > Any ideas > > *cheers

