Hello,
I am trying to replace the default submit button with custom submit button how?
This is the default submit button:
<input type="submit" value="Submit" />
This code only place the image:
<input type="image" src="images/button-kirim.jpg" alt="Submit details" />
How to place the custom submit button and still make it work like real submit button?