Handbook
ImageThe Image input allows you to display an image users can click to submit the form (instead of a button). Here's what it looks like:
[messages]
[form]
[image src=boltwire.gif]
[command msg "Form is submitted!"]
[form]
[form]
[image src=boltwire.gif]
[command msg "Form is submitted!"]
[form]
The only required parameter is the src--which can take either a full url, or the file name of any image in your files folder. If not otherwise specified, the name of the input is "image" and the value is null. If you want to give the button another name or a value, just add those parameters.
Additional Parameters
There are no useful BoltWire parameters for this input type.By default the following html parameters are allowed:
name, id, class, style, disabled, autofocus, height, width, src, alt