| View previous topic :: View next topic |
| Author |
Message |
vivek
Joined: 11 May 2009 Posts: 1
|
Posted: Feb 16, 2012 7:05 am Post subject: Error : When I press enter key getting blank screen error |
|
|
| I have purchased your paid plan. Whenever i press enter key in form filed, i got blank screen on form submission. Please help me |
|
| Back to top |
|
 |
admin Site Admin

Joined: 22 Mar 2006 Posts: 1488
|
Posted: Feb 29, 2012 6:24 am Post subject: |
|
|
First of all, there’s nothing to do with your comment box, as when you hit enter on any form input element, form is being submitted – that’s correct behavior.
You’re having problems because of incorrect integration. You’ve removed “onsubmit” event from the <form> element, so xupload “doesn’t know” that it should start tracking upload on form submission (which happens by "enter" hit as well). Instead you put it on “Order Now” button only. |
|
| Back to top |
|
 |
|