|   | Sergey Kornilov admin 12/14/2012 | 
| To make your form submitted by ENTER key pressed add the following code to Javascript OnLoad event of Add/Edit pages: $(document).keyup(function(e) { | |
| D | djm601 author 12/17/2012 | 
| To make your form submitted by ENTER key pressed add the following code to Javascript OnLoad event of Add/Edit pages: $(document).keyup(function(e) {
 | |