There is ONLY one submit button, on the last step.
If this last step’s button (submit) you want to be an image add this <input> element inside your form: <input type="image" src="assets/images/defaultThumb_200-200.webp" alt="Submit" role="button" width="50" height="50">
type=“image” is the keyword for submitting the form.