Does anyone know how to create a hidden submit button? We're using images for the buttons, but still want the "enter" key to submit the form. Is there a better way to handle this? We tried a few things with css but it didn't seem to work. (visibility:hidden and display:none will hide the button, but "enter" does nothing.)
Thanks, Brian