> > is there a simpler way to just insert some extra elements like > http://web2py.com/book/default/chapter/07#Adding-extra-form-elements-to-SQLFORM > . > I tried this, but this throws up an error (I will check and get back) >
That's the way to do it. You can also use the .element() and .elements() methods to find (and manipulate) elements in the server-side DOM: http://web2py.com/book/default/chapter/05#Server-side-DOM-and-Parsing Anthony

