I have this php form on my website, for the user to login. Basically, it's:
a username field
a password field
a login button
The login button is programmed as follows:
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
I have tried the following:
<input type="image" class="mainoption" src="templates/raps/images/lang_english/nav_login.gif" name="login" value="{L_LOGIN}" />
but although it shows the correct image, it doesn't "log-in", but takes the user to the login page instead.
Any idea?