now if I have a imple html form, in orde for it to get submitted I need to have a submit button
<input type = "submit">
I was wondering if there is a way to have a custom image as the button and to have the form be submitted whn the user clicks on the image. How can this be achieved (with or without Javascript)
<input type = "submit">
I was wondering if there is a way to have a custom image as the button and to have the form be submitted whn the user clicks on the image. How can this be achieved (with or without Javascript)