Image button

Hey @Filip_Kostic,

Not sure if I got it right…

Have you watched this tutorial?

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.

**OF COURSE @baub’s solution is perfect

2 Likes