submit_tag

Syntax:

$form_tag_helper->submit_tag([ $value ],[ $options ])

Description:
Creates a submit button with the text $value (defaults to null) as the caption. $options is an array:

image_submit_tag

Syntax:

$form_tag_helper->image_submit_tag($source,[ $options ])

Description:
Displays an image which when clicked will submit the form.
$source is passed to AssetTagHelper#image_path