Forum Moderators: open
I'd like to replace the reset button of my form with a text (saying "reset"; with my website's styles).
Is there a way to do that?
Thanks!
<a href="javascript:document.formName.reset()" title="Reset this Form">Reset</a>
HTH