From the menu go to: Insert > Forms >Image
Use "Images" input instead of standard button to activate command.
Example:
<form method="post" action="actiontest.htm">
Your Name:<input type="text" name="name">
<input type="image" src="alleystar.bmp">
</form>
Result:
See Also: Form Samples