I know how to create an image button for the "submit" but how do I do it for the "clear form" tag? :surprised

Recommended Answers

All 2 Replies

<img src="myImage.png" onclick="document.getElementById('myForm').reset();" />

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.