On Monday, August 13, 2012 9:24:13 AM UTC-4, max wrote: > > I want to add the enter key instead of tab keys to the forms. > is it possible to intergrate into web2py. >
Sure, but this has to be handled on the client side via Javascript. Here's one solution: http://thinksimply.com/blog/jquery-enter-tab. Anthony --