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.

