hang on, let me google that for you...
https://stackoverflow.com/questions/14199788/how-do-i-use-an-image-as-a-submit-button
Summer Sale! All accounts are 50% off this week.
Hello,
I have been trying to create an image button that would works and could process the form:
seller.blade.php
<input type="image" src="images/reg/btn_kirim.jpg" name="Submit" width="300">
<!-- <input type="submit" value="Submit"> -->
The submit button that I comment out works, but I need an image for a button. The image only showing and if I hover it turns into a pointing finger but it does not process the form.
Nothing happen if I click the button.
(the submit button does works!)
rollback what you did and everything will work fine like earlier
Please or to participate in this conversation.