Hi Derek, Just use use the grid setting create=False to disable it. You can then add your own. Otherwise you could change the link with jQuery. Regards, David
On Wednesday, 9 May 2012 01:12:47 UTC+1, Derek wrote: > > I'd like to change the link 'Add' in the smartgrid to use my 'register' > instead of the default 'new' function. > So, to explain, I created a 'register' as shown here: > > http://web2py.com/books/default/chapter/29/7#One-form-for-multiple-tables > > it's not actually a registration link, more like a 'create a new contact > at this address with this login' and contact, address, and login are three > tables. > > Is there a way I can say 'when they click the "Add" button on the > smartgrid, go to "register" instead of /new/contact' ? > If I can disable the 'add' button, then I could just add my own 'add new > contact' button to the page though, and still have the search features. > >

