I used to have a submit button like this:
<button type="submit">Submit</button>
I've now replaced the text with a swanky image that fits the look and feel of my site, but strangely, this isn't working:
<input type="image" src="myimage.gif" alt="Submit" />
In particular, the form "submits", but the other form input values aren't submitted properly.
Ideas?