Brand new to web.py
I've set up a simple form with textboxes and a submit button, pretty much like the example shown here: http://webpy.org/src/todo-list/0.3
Is there anyway I can prevent submission of the entries when the enter key is pressed? (ie: only submit when the button is clicked with the mouse?)
My problem is that in my application a user will enter values in the text box with a barcode scanner, which automatically adds a cartridge return to the end of the value. Since the user will have to enter multiple textboxes on a form, this is problematic.