created a form but when i fill out the form and hit enter it just refreshes the php (php). i have to actually click SUBMIT in order to submit the form instead of hitting ENTER. how can i set the SUBMIT button as the default when hitting ENTER? thx! o
If you're using IE and have more than one form on the page this is a bug in the software. Most other browsers will submit the form that has focus, IE won't. Not sure if this is the case but it could be your problem. Ross