Forum Moderators: open
i don't know if my problem lies in some of my javascript, php, css or something else entirely. does anyone have any idea why hitting Enter does not work unless you click it with the mouse?
The way around it is to capture the Enter key in the input and use a script to submit the form. This will ensure constant behaviour.
HTH